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