public static enum BinaryDocValuesRangeQuery.QueryType extends java.lang.Enum<BinaryDocValuesRangeQuery.QueryType>
| Enum Constant and Description |
|---|
CONTAINS |
CROSSES |
INTERSECTS |
WITHIN |
| Modifier and Type | Method and Description |
|---|---|
static BinaryDocValuesRangeQuery.QueryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryDocValuesRangeQuery.QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryDocValuesRangeQuery.QueryType INTERSECTS
public static final BinaryDocValuesRangeQuery.QueryType WITHIN
public static final BinaryDocValuesRangeQuery.QueryType CONTAINS
public static final BinaryDocValuesRangeQuery.QueryType CROSSES
public static BinaryDocValuesRangeQuery.QueryType[] values()
for (BinaryDocValuesRangeQuery.QueryType c : BinaryDocValuesRangeQuery.QueryType.values()) System.out.println(c);
public static BinaryDocValuesRangeQuery.QueryType 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