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

Return Value

mixed

data which can be serialized by json_encode, which is a value of any type other than a resource.

DocIdSearchQuery boost(float $boost)

No description

Parameters

float $boost

Return Value

DocIdSearchQuery

DocIdSearchQuery field(string $field)

No description

Parameters

string $field

Return Value

DocIdSearchQuery

DocIdSearchQuery docIds(string ...$documentIds)

No description

Parameters

string ...$documentIds

Return Value

DocIdSearchQuery