Uses of Class
org.apache.lucene.queryParser.standard.nodes.NumericQueryNode
-
Packages that use NumericQueryNode Package Description org.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodes -
-
Uses of NumericQueryNode in org.apache.lucene.queryParser.standard.nodes
Methods in org.apache.lucene.queryParser.standard.nodes with parameters of type NumericQueryNode 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 theNumericConfig
associated with these bounds.Constructors in org.apache.lucene.queryParser.standard.nodes with parameters of type NumericQueryNode Constructor Description NumericRangeQueryNode(NumericQueryNode lower, NumericQueryNode upper, boolean lowerInclusive, boolean upperInclusive, NumericConfig numericConfig)
Constructs aNumericRangeQueryNode
object using the givenNumericQueryNode
as its bounds andNumericConfig
.
-