| Package | Description |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.ordinals | |
| org.elasticsearch.index.fielddata.plain |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexOrdinalsFieldData
Specialization of
IndexFieldData for data that is indexed with ordinals. |
interface |
IndexParentChildFieldData
Soecialization of
IndexFieldData for parent/child mappings. |
| Modifier and Type | Method and Description |
|---|---|
<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>> |
IndexFieldDataCache.load(org.apache.lucene.index.DirectoryReader indexReader,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>> |
IndexFieldDataCache.None.load(org.apache.lucene.index.DirectoryReader indexReader,
IFD indexFieldData) |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalOrdinalsIndexFieldData
IndexFieldData base class for concrete global ordinals implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexOrdinalsFieldData |
class |
IndexIndexFieldData |
class |
PagedBytesIndexFieldData |
class |
ParentChildIndexFieldData
ParentChildIndexFieldData is responsible for loading the id cache mapping
needed for has_child and has_parent queries into memory.
|
class |
ParentChildIndexFieldData.GlobalFieldData |
class |
SortedSetDVOrdinalsIndexFieldData |
Copyright © 2009–2017. All rights reserved.