Section navigation

Public classSealed BinaryPointInSetQuery

Namespace
Rowles.LeanCorpus.Search.Queries
Assembly
Rowles.LeanCorpus.dll

Matches binary doc values equal to any supplied byte sequence.

public sealed class BinaryPointInSetQuery : Query, IEquatable<Query>
Inheritance
BinaryPointInSetQuery
Implements
Inherited Members
Extension Methods

Public constructor BinaryPointInSetQuery(string, params byte[][])

Initialises a binary point-in-set query.

Public constructor BinaryPointInSetQuery(string, IEnumerable<byte[]>)

Initialises a binary point-in-set query.

Public property Field

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

Public property Points

Gets the distinct, lexicographically sorted point set.

Public method Equals(object?)

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

Public method GetHashCode()

Serves as the default hash function.