Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
NumericRangeQueryNode.setBounds(NumericQueryNode lower,
NumericQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive,
NumericConfig numericConfig)
Sets the upper and lower bounds of this range query node and the
NumericConfig associated with these bounds. |
Constructor and Description |
---|
NumericRangeQueryNode(NumericQueryNode lower,
NumericQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive,
NumericConfig numericConfig)
Constructs a
NumericRangeQueryNode object using the given
NumericQueryNode as its bounds and NumericConfig . |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.