|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use NumericQueryNode | |
|---|---|
| org.apache.lucene.queryparser.flexible.standard.nodes | Standard Lucene Query Nodes. |
| Uses of NumericQueryNode in org.apache.lucene.queryparser.flexible.standard.nodes |
|---|
| Methods in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type NumericQueryNode | |
|---|---|
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. |
| Constructors in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type NumericQueryNode | |
|---|---|
NumericRangeQueryNode(NumericQueryNode lower,
NumericQueryNode upper,
boolean lowerInclusive,
boolean upperInclusive,
NumericConfig numericConfig)
Constructs a NumericRangeQueryNode object using the given
NumericQueryNode as its bounds and NumericConfig. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||