public static enum QueryParserWrapper.Operator extends java.lang.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(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.