org.apache.lucene.queryParser.standard.config
Class StandardQueryConfigHandler
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.queryParser.core.config.AbstractQueryConfig
org.apache.lucene.queryParser.core.config.QueryConfigHandler
org.apache.lucene.queryParser.standard.config.StandardQueryConfigHandler
public class StandardQueryConfigHandler
- extends QueryConfigHandler
This query configuration handler is used for almost every processor defined
in the StandardQueryNodeProcessorPipeline
processor pipeline. It
holds attributes that reproduces the configuration that could be set on the
old lucene 2.4 QueryParser class.
- See Also:
StandardQueryNodeProcessorPipeline
Methods inherited from class org.apache.lucene.util.AttributeSource |
addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString |
StandardQueryConfigHandler
public StandardQueryConfigHandler()