Class NumericRangeQueryNode
This query node represents a range query composed by NumericQueryNode bounds, which means the bound values are System.Objects representing a .NET numeric type.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class NumericRangeQueryNode : AbstractRangeQueryNode<NumericQueryNode>, IAbstractRangeQueryNode, IRangeQueryNode<IFieldableNode>, IRangeQueryNode, IFieldableNode, IQueryNode
Constructors
Name | Description |
---|---|
NumericRangeQueryNode(NumericQueryNode, NumericQueryNode, Boolean, Boolean, NumericConfig) | Constructs a NumericRangeQueryNode object using the given NumericQueryNode as its bounds and NumericConfig. |
Properties
Name | Description |
---|---|
NumericConfig | Gets the NumericConfig associated with the lower and upper bounds. |
Methods
Name | Description |
---|---|
SetBounds(NumericQueryNode, NumericQueryNode, Boolean, Boolean, NumericConfig) | Sets the upper and lower bounds of this range query node and the NumericConfig associated with these bounds. |
ToString() |