Package | Description |
---|---|
org.elasticsearch.index.fielddata | |
org.elasticsearch.index.fielddata.plain | |
org.elasticsearch.search.aggregations.support |
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(AtomicReaderContext) 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<FD>> |
IndexFieldDataCache.load(org.apache.lucene.index.AtomicReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.None.load(org.apache.lucene.index.AtomicReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData<FD>> |
IndexFieldDataCache.FieldBased.load(org.apache.lucene.index.AtomicReaderContext context,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>> |
IndexFieldDataCache.load(org.apache.lucene.index.IndexReader indexReader,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>> |
IndexFieldDataCache.None.load(org.apache.lucene.index.IndexReader indexReader,
IFD indexFieldData) |
<FD extends AtomicFieldData,IFD extends IndexFieldData.Global<FD>> |
IndexFieldDataCache.FieldBased.load(org.apache.lucene.index.IndexReader indexReader,
IFD indexFieldData) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexFieldData<FD extends AtomicFieldData> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAtomicOrdinalsFieldData |
class |
BinaryDVAtomicFieldData
AtomicFieldData impl on top of Lucene's binary doc values. |
class |
FSTBytesAtomicFieldData |
class |
GeoPointCompressedAtomicFieldData
Field data atomic impl for geo points with lossy compression.
|
static class |
GeoPointCompressedAtomicFieldData.Single
Assumes unset values are marked in bitset, and docId is used as the index to the value array.
|
class |
GeoPointDoubleArrayAtomicFieldData |
static class |
GeoPointDoubleArrayAtomicFieldData.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 . |
Modifier and Type | Method and Description |
---|---|
AtomicFieldData |
DisabledIndexFieldData.loadDirect(org.apache.lucene.index.AtomicReaderContext context) |
Modifier and Type | Method and Description |
---|---|
IndexFieldData<AtomicFieldData> |
DisabledIndexFieldData.Builder.build(Index index,
Settings indexSettings,
FieldMapper<?> mapper,
IndexFieldDataCache cache,
CircuitBreakerService breakerService,
MapperService mapperService) |
Modifier and Type | Field and Description |
---|---|
protected AtomicFieldData |
ValuesSource.Bytes.FieldData.atomicFieldData |
Copyright © 2009–2015. All rights reserved.