![]() | Couchbase.Search.Queries.Compound Namespace |
[Missing <summary> documentation for "N:Couchbase.Search.Queries.Compound"]
Class | Description | |
---|---|---|
![]() | BooleanQuery |
A combination of conjunction and disjunction queries.
|
![]() | 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.
|
![]() | 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.
|