Namespace Couchbase.Search.Queries.Compound
Classes
BooleanQuery
A combination of conjunction and disjunction queries.
BooleanQuery.ReadOnly
ConjunctionQuery
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.
ConjunctionQuery.ReadOnly
DisjunctionQuery
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.