Documentation

DocIdSearchQuery
in package
implements JsonSerializable, SearchQuery

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).

Interfaces, Classes and Traits

JsonSerializable
SearchQuery
Common interface for all classes, which could be used as a body of SearchQuery

Table of Contents

__construct()  : mixed
boost()  : DocIdSearchQuery
docIds()  : DocIdSearchQuery
field()  : DocIdSearchQuery
jsonSerialize()  : mixed

Methods

__construct()

public __construct() : mixed
Return values
mixed

jsonSerialize()

public jsonSerialize() : mixed
Return values
mixed

Search results