Section navigation

Public classSealed PointInSetQuery

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

Matches documents whose numeric point value is equal to any value in the supplied set.

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

Public constructor PointInSetQuery(string, IEnumerable<double>)

Initialises a new PointInSetQuery.

Public constructor PointInSetQuery(string, params double[])

Initialises a new PointInSetQuery.

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.