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 theStandardQueryNodeProcessorPipeline
processor pipeline. It holds attributes that reproduces the configuration that could be set on the old lucene 2.4 QueryParser class.- See Also:
StandardQueryNodeProcessorPipeline
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StandardQueryConfigHandler.ConfigurationKeys
static class
StandardQueryConfigHandler.Operator
-
Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource
AttributeSource.AttributeFactory, AttributeSource.State
-
-
Constructor Summary
Constructors Constructor Description StandardQueryConfigHandler()
-
Method Summary
-
Methods inherited from class org.apache.lucene.queryParser.core.config.QueryConfigHandler
addFieldConfigListener, getFieldConfig, getFieldConfig
-
Methods inherited from class org.apache.lucene.queryParser.core.config.AbstractQueryConfig
addAttribute, get, get, has, set, unset
-
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
-
-