Package | Description |
---|---|
org.elasticsearch.index.fielddata.plain |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexOrdinalsFieldData |
class |
DisabledIndexFieldData
A field data implementation that forbids loading and will throw an
ElasticsearchIllegalStateException if you try to load
AtomicFieldData instances. |
class |
DoubleArrayIndexFieldData |
class |
FloatArrayIndexFieldData |
class |
FSTBytesIndexFieldData |
class |
GeoPointCompressedIndexFieldData |
class |
GeoPointDoubleArrayIndexFieldData |
class |
IndexIndexFieldData |
class |
PackedArrayIndexFieldData
Stores numeric data into bit-packed arrays for better memory efficiency.
|
class |
PagedBytesIndexFieldData |
class |
ParentChildIndexFieldData
ParentChildIndexFieldData is responsible for loading the id cache mapping
needed for has_child and has_parent queries into memory.
|
Copyright © 2009–2015. All rights reserved.