
Int64RangeQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Numeric range filter over 64-bit integer field values.
public sealed class Int64RangeQuery : Query, IEquatable<Query>
- Inheritance
-
Int64RangeQuery
- Implements
- Inherited Members
- Extension Methods
Int64RangeQuery(string, long, long, bool, bool)
Initialises a new Int64RangeQuery for the given field and 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 range.
Min
Gets the inclusive lower bound of the range.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.