| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.plain |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexNumericFieldData.NumericType |
IndexNumericFieldData.getNumericType() |
static IndexNumericFieldData.NumericType |
IndexNumericFieldData.NumericType.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static IndexNumericFieldData.NumericType[] |
IndexNumericFieldData.NumericType.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexNumericFieldData.NumericType |
SortedNumericDVIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
PackedArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
FloatArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
DoubleArrayIndexFieldData.getNumericType() |
IndexNumericFieldData.NumericType |
BinaryDVNumericIndexFieldData.getNumericType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DocValuesIndexFieldData.Builder |
DocValuesIndexFieldData.Builder.numericType(IndexNumericFieldData.NumericType type) |
PackedArrayIndexFieldData.Builder |
PackedArrayIndexFieldData.Builder.setNumericType(IndexNumericFieldData.NumericType numericType) |
| コンストラクタと説明 |
|---|
BinaryDVNumericIndexFieldData(Index index,
MappedFieldType.Names fieldNames,
IndexNumericFieldData.NumericType numericType,
FieldDataType fieldDataType) |
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–2016. All rights reserved.