Section navigation

Public classSealed Int64PointInSetQuery

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

Matches documents whose 64-bit integer point value is equal to any value in the supplied set.

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

Public constructor Int64PointInSetQuery(string, IEnumerable<long>)

Initialises a new Int64PointInSetQuery.

Public constructor Int64PointInSetQuery(string, params long[])

Initialises a new Int64PointInSetQuery.

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, 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.