
BinaryRangeQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Matches binary doc values within a lexicographic byte range.
public sealed class BinaryRangeQuery : Query, IEquatable<Query>
- Inheritance
-
BinaryRangeQuery
- Implements
- Inherited Members
- Extension Methods
BinaryRangeQuery(string, ReadOnlyMemory<byte>?, ReadOnlyMemory<byte>?, bool, bool)
Initialises a binary range query.
Field
Gets the single field this query targets, or an empty value for fieldless and multi-field queries.
IncludeLower
Gets whether the lower bound is inclusive.
IncludeUpper
Gets whether the upper bound is inclusive.
Lower
Gets the lower bound, or an empty value when unbounded.
Upper
Gets the upper bound, or an empty value when unbounded.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.