public static enum QueryParserWrapper.Operator extends Enum<QueryParserWrapper.Operator>
QueryParserWrapper.setDefaultOperator(org.apache.lucene.queryParser.standard.QueryParserWrapper.Operator) to change it.| Modifier and Type | Method and Description |
|---|---|
static QueryParserWrapper.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParserWrapper.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryParserWrapper.Operator OR
public static final QueryParserWrapper.Operator AND
public static QueryParserWrapper.Operator[] values()
for (QueryParserWrapper.Operator c : QueryParserWrapper.Operator.values()) System.out.println(c);
public static QueryParserWrapper.Operator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null