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 voidNumericRangeQueryNode. setBounds(NumericQueryNode lower, NumericQueryNode upper, boolean lowerInclusive, boolean upperInclusive, NumericConfig numericConfig)Sets the upper and lower bounds of this range query node and theNumericConfigassociated 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 aNumericRangeQueryNodeobject using the givenNumericQueryNodeas its bounds andNumericConfig.
-