Click or drag to resize

BooleanQuery Class

A combination of conjunction and disjunction queries.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.CompoundBooleanQuery

Namespace:  Couchbase.Search.Queries.Compound
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class BooleanQuery : SearchQueryBase

The BooleanQuery type exposes the following members.

Constructors
  NameDescription
Public methodBooleanQuery
Initializes a new instance of the BooleanQuery class
Top
Methods
  NameDescription
Public methodExport (Overrides SearchQueryBaseExport.)
Public methodMust
Result documents must satisfy these queries.
Public methodMustNot
Result documents must not satisfy these queries.
Public methodShould
Result documents should satisfy these queries..
Public methodShouldMin
If a hit satisfies at least min queries in the should be boosted by this amount.
Top
See Also