Enum Class UninvertingReader.Type
- All Implemented Interfaces:
Serializable,Comparable<UninvertingReader.Type>,Constable
- Enclosing class:
UninvertingReader
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSingle-valued Binary, (e.g.Single-valued Integer, (e.g.Single-valued Integer, (e.g.Single-valued Integer, (e.g.Deprecated.Deprecated.Index with points and useFLOAT_POINTinstead.Deprecated.Index with points and useINTEGER_POINTinstead.Deprecated.Index with points and useLONG_POINTinstead.Single-valued Integer, (e.g.Single-valued Binary, (e.g.Multi-valued Binary, (e.g.Multi-valued Double, (e.g.Multi-valued Float, (e.g.Multi-valued Integer, (e.g.Multi-valued Long, (e.g. -
Method Summary
Modifier and TypeMethodDescriptionstatic UninvertingReader.TypeReturns the enum constant of this class with the specified name.static UninvertingReader.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INTEGER_POINT
Single-valued Integer, (e.g. indexed withIntPoint)Fields with this type act as if they were indexed with
NumericDocValuesField. -
LONG_POINT
Single-valued Integer, (e.g. indexed withLongPoint)Fields with this type act as if they were indexed with
NumericDocValuesField. -
FLOAT_POINT
Single-valued Integer, (e.g. indexed withFloatPoint)Fields with this type act as if they were indexed with
NumericDocValuesField. -
DOUBLE_POINT
Single-valued Integer, (e.g. indexed withDoublePoint)Fields with this type act as if they were indexed with
NumericDocValuesField. -
LEGACY_INTEGER
Deprecated.Index with points and useINTEGER_POINTinstead.Single-valued Integer, (e.g. indexed withLegacyIntField)Fields with this type act as if they were indexed with
NumericDocValuesField. -
LEGACY_LONG
Deprecated.Index with points and useLONG_POINTinstead.Single-valued Long, (e.g. indexed withLegacyLongField)Fields with this type act as if they were indexed with
NumericDocValuesField. -
LEGACY_FLOAT
Deprecated.Index with points and useFLOAT_POINTinstead.Single-valued Float, (e.g. indexed withLegacyFloatField)Fields with this type act as if they were indexed with
NumericDocValuesField. -
LEGACY_DOUBLE
Deprecated.Index with points and useDOUBLE_POINTinstead.Single-valued Double, (e.g. indexed withLegacyDoubleField)Fields with this type act as if they were indexed with
NumericDocValuesField. -
BINARY
Single-valued Binary, (e.g. indexed withStringField)Fields with this type act as if they were indexed with
BinaryDocValuesField. -
SORTED
Single-valued Binary, (e.g. indexed withStringField)Fields with this type act as if they were indexed with
SortedDocValuesField. -
SORTED_SET_BINARY
Multi-valued Binary, (e.g. indexed withStringField)Fields with this type act as if they were indexed with
SortedSetDocValuesField. -
SORTED_SET_INTEGER
Multi-valued Integer, (e.g. indexed withLegacyIntField)Fields with this type act as if they were indexed with
SortedSetDocValuesField. -
SORTED_SET_FLOAT
Multi-valued Float, (e.g. indexed withLegacyFloatField)Fields with this type act as if they were indexed with
SortedSetDocValuesField. -
SORTED_SET_LONG
Multi-valued Long, (e.g. indexed withLegacyLongField)Fields with this type act as if they were indexed with
SortedSetDocValuesField. -
SORTED_SET_DOUBLE
Multi-valued Double, (e.g. indexed withLegacyDoubleField)Fields with this type act as if they were indexed with
SortedSetDocValuesField.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
DOUBLE_POINTinstead.