Click or drag to resize

NumericRangeQuery Class

The numeric range query finds documents containing a numeric value in the specified field within the specified range. Either min or max can be omitted, but not both.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.RangeNumericRangeQuery

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

The NumericRangeQuery type exposes the following members.

Constructors
  NameDescription
Public methodNumericRangeQuery
Initializes a new instance of the NumericRangeQuery class
Top
Methods
  NameDescription
Public methodExport (Overrides SearchQueryBaseExport.)
Public methodField
If a field is specified, only terms in that field will be matched. This can also affect the used analyzer if one isn't specified explicitly.
Public methodMax
The higher end of the range, exclusive by default.
Public methodMin
The lower end of the range, inclusive by default.
Top
See Also