Click or drag to resize

NumericRangeQuery Methods

The NumericRangeQuery type exposes the following members.

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