Uses of Class
org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute.Operator
-
Packages that use DefaultOperatorAttribute.Operator Package Description org.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworksorg.apache.lucene.queryParser.standard.config Standard Lucene Query Configuration -
-
Uses of DefaultOperatorAttribute.Operator in org.apache.lucene.queryParser.standard
Methods in org.apache.lucene.queryParser.standard with parameters of type DefaultOperatorAttribute.Operator Modifier and Type Method Description void
StandardQueryParser. setDefaultOperator(DefaultOperatorAttribute.Operator operator)
Deprecated. -
Uses of DefaultOperatorAttribute.Operator in org.apache.lucene.queryParser.standard.config
Methods in org.apache.lucene.queryParser.standard.config that return DefaultOperatorAttribute.Operator Modifier and Type Method Description DefaultOperatorAttribute.Operator
DefaultOperatorAttribute. getOperator()
Deprecated.DefaultOperatorAttribute.Operator
DefaultOperatorAttributeImpl. getOperator()
Deprecated.static DefaultOperatorAttribute.Operator
DefaultOperatorAttribute.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultOperatorAttribute.Operator[]
DefaultOperatorAttribute.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.queryParser.standard.config with parameters of type DefaultOperatorAttribute.Operator Modifier and Type Method Description void
DefaultOperatorAttribute. setOperator(DefaultOperatorAttribute.Operator operator)
Deprecated.void
DefaultOperatorAttributeImpl. setOperator(DefaultOperatorAttribute.Operator operator)
Deprecated.
-