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 |
FloatArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
DoubleArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
BinaryDVNumericIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
NumericDVIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
SortedNumericDVIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
PackedArrayIndexFieldData.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,
FieldMapper.Names fieldNames,
IndexNumericFieldData.NumericType numericType,
FieldDataType fieldDataType) |
PackedArrayEstimator(CircuitBreaker breaker,
IndexNumericFieldData.NumericType type,
String fieldName) |
PackedArrayIndexFieldData(Index index,
Settings indexSettings,
FieldMapper.Names fieldNames,
FieldDataType fieldDataType,
IndexFieldDataCache cache,
IndexNumericFieldData.NumericType numericType,
CircuitBreakerService breakerService) |
SortedNumericDVIndexFieldData(Index index,
FieldMapper.Names fieldNames,
IndexNumericFieldData.NumericType numericType,
FieldDataType fieldDataType) |
Copyright © 2009–2015. All rights reserved.