Package | Description |
---|---|
org.elasticsearch.index.fielddata.plain | |
org.elasticsearch.search.aggregations.support |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AtomicGeoPointFieldData |
GeoPointBinaryDVIndexFieldData.load(org.apache.lucene.index.AtomicReaderContext context) |
AtomicGeoPointFieldData |
GeoPointCompressedIndexFieldData.loadDirect(org.apache.lucene.index.AtomicReaderContext context) |
AtomicGeoPointFieldData |
GeoPointDoubleArrayIndexFieldData.loadDirect(org.apache.lucene.index.AtomicReaderContext context) |
AtomicGeoPointFieldData |
GeoPointBinaryDVIndexFieldData.loadDirect(org.apache.lucene.index.AtomicReaderContext context) |
Modifier and Type | Field and Description |
---|---|
protected AtomicGeoPointFieldData |
ValuesSource.GeoPoint.atomicFieldData |
Copyright © 2009–2015. All rights reserved.