| Package | Description |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.plain |
| Modifier and Type | Method and Description |
|---|---|
IndexNumericFieldData.NumericType |
IndexNumericFieldData.getNumericType() |
static IndexNumericFieldData.NumericType |
IndexNumericFieldData.NumericType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexNumericFieldData.NumericType[] |
IndexNumericFieldData.NumericType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IndexNumericFieldData.NumericType |
BinaryDVNumericIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
DoubleArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
PackedArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
FloatArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
SortedNumericDVIndexFieldData.getNumericType() |
| Modifier and Type | Method and Description |
|---|---|
DocValuesIndexFieldData.Builder |
DocValuesIndexFieldData.Builder.numericType(IndexNumericFieldData.NumericType type) |
PackedArrayIndexFieldData.Builder |
PackedArrayIndexFieldData.Builder.setNumericType(IndexNumericFieldData.NumericType numericType) |
| Constructor and Description |
|---|
BinaryDVNumericIndexFieldData(Index index,
MappedFieldType.Names fieldNames,
IndexNumericFieldData.NumericType numericType,
FieldDataType fieldDataType) |
PackedArrayIndexFieldData.PackedArrayEstimator(CircuitBreaker breaker,
IndexNumericFieldData.NumericType type,
String fieldName) |
PackedArrayIndexFieldData(Index index,
Settings indexSettings,
MappedFieldType.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
IndexNumericFieldData.NumericType numericType,
CircuitBreakerService breakerService) |
SortedNumericDVIndexFieldData(Index index,
MappedFieldType.Names fieldNames,
IndexNumericFieldData.NumericType numericType,
FieldDataType fieldDataType) |
Copyright © 2009–2017. All rights reserved.