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