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 voidStandardQueryParser. 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.OperatorDefaultOperatorAttribute. getOperator()Deprecated.DefaultOperatorAttribute.OperatorDefaultOperatorAttributeImpl. getOperator()Deprecated.static DefaultOperatorAttribute.OperatorDefaultOperatorAttribute.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 voidDefaultOperatorAttribute. setOperator(DefaultOperatorAttribute.Operator operator)Deprecated.voidDefaultOperatorAttributeImpl. setOperator(DefaultOperatorAttribute.Operator operator)Deprecated.
-