Class IntervalQueryNodeProcessor

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

public class IntervalQueryNodeProcessor extends QueryNodeProcessorImpl
This processor makes sure that StandardQueryConfigHandler.ConfigurationKeys.ANALYZER is defined in the QueryConfigHandler and injects this analyzer into IntervalQueryNodes.
See Also: