Class NumericRangeQueryNodeProcessor
- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
-
- org.apache.lucene.queryparser.flexible.standard.processors.NumericRangeQueryNodeProcessor
-
- All Implemented Interfaces:
QueryNodeProcessor
public class NumericRangeQueryNodeProcessor extends QueryNodeProcessorImpl
This processor is used to convertTermRangeQueryNodes toNumericRangeQueryNodes. It looks forStandardQueryConfigHandler.ConfigurationKeys.NUMERIC_CONFIGset in theFieldConfigof everyTermRangeQueryNodefound. IfStandardQueryConfigHandler.ConfigurationKeys.NUMERIC_CONFIGis found, it considers thatTermRangeQueryNodeto be a numeric range query and convert it toNumericRangeQueryNode.
-
-
Constructor Summary
Constructors Constructor Description NumericRangeQueryNodeProcessor()Constructs an emptyNumericRangeQueryNodeobject.
-
Method Summary
-
Methods inherited from class org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
getQueryConfigHandler, process, setQueryConfigHandler
-
-
-
-
Constructor Detail
-
NumericRangeQueryNodeProcessor
public NumericRangeQueryNodeProcessor()
Constructs an emptyNumericRangeQueryNodeobject.
-
-