Click or drag to resize

Couchbase.Search.Queries.Compound Namespace

[Missing <summary> documentation for "N:Couchbase.Search.Queries.Compound"]

Classes
  ClassDescription
Public classBooleanQuery
A combination of conjunction and disjunction queries.
Public classConjunctionQuery
The conjunction query is a compound query. The result documents must satisfy all of the child queries. It is possible to recursively nest compound queries.
Public classDisjunctionQuery
The disjunction query is a compound query. The result documents must satisfy a configurable min number of child queries. By default this min is set to 1.