Package | Description |
---|---|
org.apache.lucene.queryParser.standard.nodes |
Standard Lucene Query Nodes
|
Modifier and Type | Method | 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 | 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-2018 Apache Software Foundation. All Rights Reserved.