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