| パッケージ | 説明 |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.plain |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static IndexFieldData.CommonSettings.MemoryStorageFormat |
IndexFieldData.CommonSettings.MemoryStorageFormat.fromString(String string) |
static IndexFieldData.CommonSettings.MemoryStorageFormat |
IndexFieldData.CommonSettings.getMemoryStorageHint(FieldDataType fieldDataType)
Gets a memory storage hint that should be honored if possible but is not mandatory
|
static IndexFieldData.CommonSettings.MemoryStorageFormat |
IndexFieldData.CommonSettings.MemoryStorageFormat.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static IndexFieldData.CommonSettings.MemoryStorageFormat[] |
IndexFieldData.CommonSettings.MemoryStorageFormat.values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected IndexFieldData.CommonSettings.MemoryStorageFormat |
PackedArrayIndexFieldData.chooseStorageFormat(org.apache.lucene.index.LeafReader reader,
org.apache.lucene.util.packed.PackedLongValues values,
Ordinals build,
org.apache.lucene.index.RandomAccessOrds ordinals,
long minValue,
long maxValue,
float acceptableOverheadRatio,
int pageSize) |
Copyright © 2009–2016. All rights reserved.