
SinglePointInSetQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Matches any supplied single-precision point.
public sealed class SinglePointInSetQuery : Query, IEquatable<Query>
- Inheritance
-
SinglePointInSetQuery
- Implements
- Inherited Members
- Extension Methods
SinglePointInSetQuery(string, params float[])
Initialises a single-precision 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 sorted, distinct points.
Equals(object?)
Determines whether the specified object is equal to the current object.
GetHashCode()
Serves as the default hash function.
Rewrite()
Rewrites this query to an executable query form. Custom query types can override this to lower themselves to built-in queries.