Class NumericRangeQueryNode
This query node represents a range query composed by Numeric
Implements
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class NumericRangeQueryNode : AbstractRangeQueryNode<NumericQueryNode>, IAbstractRangeQueryNode, IRangeQueryNode<IFieldableNode>, IRangeQueryNode, IFieldableNode, IQueryNode
Constructors
| Improve this Doc View SourceNumericRangeQueryNode(NumericQueryNode, NumericQueryNode, Boolean, Boolean, NumericConfig)
Constructs a Numeric
Declaration
public NumericRangeQueryNode(NumericQueryNode lower, NumericQueryNode upper, bool lowerInclusive, bool upperInclusive, NumericConfig numericConfig)
Parameters
Type | Name | Description |
---|---|---|
Numeric |
lower | the lower bound |
Numeric |
upper | the upper bound |
System. |
lowerInclusive |
|
System. |
upperInclusive |
|
Numeric |
numericConfig | the Numeric |
See Also
Properties
| Improve this Doc View SourceNumericConfig
Gets the Numeric
Declaration
public virtual NumericConfig NumericConfig { get; set; }
Property Value
Type | Description |
---|---|
Numeric |
Methods
| Improve this Doc View SourceSetBounds(NumericQueryNode, NumericQueryNode, Boolean, Boolean, NumericConfig)
Sets the upper and lower bounds of this range query node and the
Numeric
Declaration
public virtual void SetBounds(NumericQueryNode lower, NumericQueryNode upper, bool lowerInclusive, bool upperInclusive, NumericConfig numericConfig)
Parameters
Type | Name | Description |
---|---|---|
Numeric |
lower | the lower bound |
Numeric |
upper | the upper bound |
System. |
lowerInclusive |
|
System. |
upperInclusive |
|
Numeric |
numericConfig | the Numeric |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |