Class MatchAllQuery
A match all query matches all documents in the index. It can take search parameters as other queries, so this can be restricted (eg. with limit).
Implements
Inherited Members
Namespace: Couchbase.Search.Queries.Simple
Assembly: Couchbase.NetClient.dll
Syntax
public class MatchAllQuery : SearchQueryBase, ISearchQuery
Methods
| Edit this page View SourceExport()
Gets a JSON object representing this query instance />
Declaration
public override JObject Export()
Returns
Type | Description |
---|---|
JObject |