DocIdSearchQuery
class DocIdSearchQuery implements JsonSerializable, SearchQueryPart (View source)
A FTS query that matches on Couchbase document IDs. Useful to restrict the search space to a list of keys (by using this in a compound query).
Methods
mixed
jsonSerialize()
No description
boost(float $boost)
No description
field(string $field)
No description
docIds(string ...$documentIds)
No description
Details
mixed
jsonSerialize()
No description
DocIdSearchQuery
boost(float $boost)
No description
DocIdSearchQuery
field(string $field)
No description
DocIdSearchQuery
docIds(string ...$documentIds)
No description