Package | Description |
---|---|
org.elasticsearch.index.fielddata | |
org.elasticsearch.index.fielddata.plain |
Modifier and Type | Method and Description |
---|---|
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)
Returns the enum constant of this type with the specified name.
|
static IndexFieldData.CommonSettings.MemoryStorageFormat[] |
IndexFieldData.CommonSettings.MemoryStorageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected IndexFieldData.CommonSettings.MemoryStorageFormat |
PackedArrayIndexFieldData.chooseStorageFormat(org.apache.lucene.index.AtomicReader 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–2015. All rights reserved.