
RangeQuery
- Namespace
- Rowles.LeanLucene.Search.Queries
- Assembly
- Rowles.LeanLucene.dll
Numeric range filter over NumericField values.
public sealed class RangeQuery : Query, IEquatable<Query>
- Inheritance
-
RangeQuery
- Inherited Members
- Extension Methods
Constructors
RangeQuery(string, double, double)
Initialises a new RangeQuery for the given field and numeric bounds.
Properties
Field
Gets the primary field this query targets.
Max
Gets the inclusive upper bound of the numeric range.
Min
Gets the inclusive lower bound of the numeric range.
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.