Class StandardQueryConfigHandler
java.lang.Object
org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler
This query configuration handler is used for almost every processor defined
in the
StandardQueryNodeProcessorPipeline processor pipeline. It holds
configuration methods that reproduce the configuration methods that could be set on the old
lucene 2.4 QueryParser class. - See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classClass holding keys for StandardQueryNodeProcessorPipeline options.static enumBoolean Operator: AND or OR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queryparser.flexible.core.config.QueryConfigHandler
addFieldConfigListener, getFieldConfigMethods inherited from class org.apache.lucene.queryparser.flexible.core.config.AbstractQueryConfig
get, has, set, unset
-
Constructor Details
-
StandardQueryConfigHandler
public StandardQueryConfigHandler()
-