Uses of Class
org.apache.lucene.queryParser.standard.QueryParserWrapper.Operator
-
Packages that use QueryParserWrapper.Operator Package Description org.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworks -
-
Uses of QueryParserWrapper.Operator in org.apache.lucene.queryParser.standard
Fields in org.apache.lucene.queryParser.standard declared as QueryParserWrapper.Operator Modifier and Type Field Description static QueryParserWrapper.OperatorQueryParserWrapper. AND_OPERATORDeprecated.Alternative form of QueryParser.Operator.ANDstatic QueryParserWrapper.OperatorQueryParserWrapper. OR_OPERATORDeprecated.Alternative form of QueryParser.Operator.ORMethods in org.apache.lucene.queryParser.standard that return QueryParserWrapper.Operator Modifier and Type Method Description QueryParserWrapper.OperatorQueryParserWrapper. getDefaultOperator()Deprecated.static QueryParserWrapper.OperatorQueryParserWrapper.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryParserWrapper.Operator[]QueryParserWrapper.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 with parameters of type QueryParserWrapper.Operator Modifier and Type Method Description voidQueryParserWrapper. setDefaultOperator(QueryParserWrapper.Operator op)Deprecated.
-