Table of Contents

Public classSealed RangeQuery

Namespace
Rowles.LeanLucene.Search.Queries
Assembly
Rowles.LeanLucene.dll

Numeric range filter over NumericField values.

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

Constructors

Public constructor RangeQuery(string, double, double)

Initialises a new RangeQuery for the given field and numeric bounds.

Properties

Public propertyRead-only Field

Gets the primary field this query targets.

Public propertyRead-only Max

Gets the inclusive upper bound of the numeric range.

Public propertyRead-only Min

Gets the inclusive lower bound of the numeric range.

Methods

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.