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