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