Class PointRangeQueryNodeProcessor

java.lang.Object
org.apache.lucene.queryparser.flexible.core.processors.QueryNodeProcessorImpl
org.apache.lucene.queryparser.flexible.standard.processors.PointRangeQueryNodeProcessor
All Implemented Interfaces:
QueryNodeProcessor

public class PointRangeQueryNodeProcessor extends QueryNodeProcessorImpl
This processor is used to convert TermRangeQueryNodes to PointRangeQueryNodes. It looks for StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG set in the FieldConfig of every TermRangeQueryNode found. If StandardQueryConfigHandler.ConfigurationKeys.POINTS_CONFIG is found, it considers that TermRangeQueryNode to be a numeric range query and convert it to PointRangeQueryNode.
See Also: