static enum ExtendedDismaxQParser.QType extends java.lang.Enum<ExtendedDismaxQParser.QType>
Enum Constant and Description |
---|
FIELD |
FUZZY |
PHRASE |
PREFIX |
RANGE |
WILDCARD |
Modifier and Type | Method and Description |
---|---|
static ExtendedDismaxQParser.QType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedDismaxQParser.QType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedDismaxQParser.QType FIELD
public static final ExtendedDismaxQParser.QType PHRASE
public static final ExtendedDismaxQParser.QType PREFIX
public static final ExtendedDismaxQParser.QType WILDCARD
public static final ExtendedDismaxQParser.QType FUZZY
public static final ExtendedDismaxQParser.QType RANGE
public static ExtendedDismaxQParser.QType[] values()
for (ExtendedDismaxQParser.QType c : ExtendedDismaxQParser.QType.values()) System.out.println(c);
public static ExtendedDismaxQParser.QType 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 null