Section navigation

Public classSealed 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

Public constructor BinaryRangeQuery(string, ReadOnlyMemory<byte>?, ReadOnlyMemory<byte>?, bool, bool)

Initialises a binary range query.

Public property Field

Gets the single field this query targets, or an empty value for fieldless and multi-field queries.

Public property IncludeLower

Gets whether the lower bound is inclusive.

Public property IncludeUpper

Gets whether the upper bound is inclusive.

Public property Lower

Gets the lower bound, or an empty value when unbounded.

Public property Upper

Gets the upper bound, or an empty value when unbounded.

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.