NumericRangeQuery Class |
Namespace: Couchbase.Search.Queries.Range
public class NumericRangeQuery : SearchQueryBase
The NumericRangeQuery type exposes the following members.
| Name | Description | |
|---|---|---|
| NumericRangeQuery | Initializes a new instance of the NumericRangeQuery class |
| Name | Description | |
|---|---|---|
| Export | (Overrides SearchQueryBaseExport.) | |
| Field |
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.
| |
| Max |
The higher end of the range, exclusive by default.
| |
| Min |
The lower end of the range, inclusive by default.
|