Uses of Enum Class
org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler.Operator
Packages that use StandardQueryConfigHandler.Operator
Package
Description
Lucene Flexible Query Parser Implementation
Standard Lucene Query Configuration.
Lucene Query Node Processors.
-
Uses of StandardQueryConfigHandler.Operator in org.apache.lucene.queryparser.flexible.standard
Methods in org.apache.lucene.queryparser.flexible.standard that return StandardQueryConfigHandler.OperatorMethods in org.apache.lucene.queryparser.flexible.standard with parameters of type StandardQueryConfigHandler.OperatorModifier and TypeMethodDescriptionvoid
StandardQueryParser.setDefaultOperator
(StandardQueryConfigHandler.Operator operator) Sets the boolean operator of the QueryParser. -
Uses of StandardQueryConfigHandler.Operator in org.apache.lucene.queryparser.flexible.standard.config
Fields in org.apache.lucene.queryparser.flexible.standard.config with type parameters of type StandardQueryConfigHandler.OperatorModifier and TypeFieldDescriptionstatic final ConfigurationKey<StandardQueryConfigHandler.Operator>
StandardQueryConfigHandler.ConfigurationKeys.DEFAULT_OPERATOR
Key used to set the default boolean operatorMethods in org.apache.lucene.queryparser.flexible.standard.config that return StandardQueryConfigHandler.OperatorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StandardQueryConfigHandler.Operator[]
StandardQueryConfigHandler.Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StandardQueryConfigHandler.Operator in org.apache.lucene.queryparser.flexible.standard.processors
Fields in org.apache.lucene.queryparser.flexible.standard.processors declared as StandardQueryConfigHandler.Operator