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
Constructors
View SourceMatchAllQuery()
Declaration
public MatchAllQuery()
Methods
View SourceExport()
Gets a JSON object representing this query instance />
Declaration
[RequiresUnreferencedCode("Couchbase FTS might require types that cannot be statically analyzed. Make sure all required types are preserved.")]
[RequiresDynamicCode("Couchbase FTS might require types that cannot be statically analyzed and might need runtime code generation. Do not use for native AOT applications.")]
public override JObject Export()
Returns
| Type | Description |
|---|---|
| JObject |