
SingleRangeQuery
- Namespace
- Rowles.LeanCorpus.Search.Queries
- Assembly
- Rowles.LeanCorpus.dll
Numeric range query over single-precision values.
public sealed class SingleRangeQuery : Query, IEquatable<Query>
- Inheritance
-
SingleRangeQuery
- Implements
- Inherited Members
- Extension Methods
SingleRangeQuery(string, float, float, bool, bool)
Initialises a single-precision range query.
Field
Gets the single field this query targets, or an empty value for fieldless and multi-field queries.
IncludeMax
Gets whether the upper bound is inclusive.
IncludeMin
Gets whether the lower bound is inclusive.
Max
Gets the upper bound.
Min
Gets the lower bound.
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.