
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
BinaryPointInSetQuery(string, params byte[][])
Initialises a binary point-in-set query.
BinaryPointInSetQuery(string, IEnumerable<byte[]>)
Initialises a binary point-in-set query.
Field
Gets the single field this query targets, or an empty value for fieldless and multi-field queries.
Points
Gets the distinct, lexicographically sorted point set.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.