| Package | Description |
|---|---|
| org.elasticsearch.index.fielddata | |
| org.elasticsearch.index.fielddata.plain |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexFieldData<FD extends AtomicFieldData>
Thread-safe utility class that allows to get per-segment values via the
IndexFieldData.load(LeafReaderContext) method. |
static interface |
IndexFieldData.Global<FD extends AtomicFieldData> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicGeoPointFieldData
AtomicFieldData specialization for geo points. |
interface |
AtomicNumericFieldData
Specialization of
AtomicFieldData for numeric data. |
interface |
AtomicOrdinalsFieldData
Specialization of
AtomicFieldData for data that is indexed with
ordinals. |
interface |
AtomicParentChildFieldData
Specialization of
AtomicFieldData 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) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.load(org.apache.lucene.index.LeafReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.None.load(org.apache.lucene.index.LeafReaderContext context,
IFD indexFieldData) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexFieldData<FD extends AtomicFieldData> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAtomicGeoPointFieldData |
class |
AbstractAtomicOrdinalsFieldData |
class |
BinaryDVAtomicFieldData
AtomicFieldData impl on top of Lucene's binary doc values. |
class |
GeoPointArrayAtomicFieldData |
static class |
GeoPointArrayAtomicFieldData.Single |
class |
GeoPointArrayLegacyAtomicFieldData |
static class |
GeoPointArrayLegacyAtomicFieldData.Single
Assumes unset values are marked in bitset, and docId is used as the index to the value array.
|
class |
PagedBytesAtomicFieldData |
class |
ParentChildAtomicFieldData |
class |
SortedSetDVBytesAtomicFieldData
An
AtomicFieldData implementation that uses Lucene SortedSetDocValues. |
Copyright © 2009–2017. All rights reserved.