Class AbstractLatLonPointIndexFieldData.LatLonPointIndexFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.AbstractLatLonPointIndexFieldData
org.elasticsearch.index.fielddata.plain.AbstractLatLonPointIndexFieldData.LatLonPointIndexFieldData
- All Implemented Interfaces:
IndexFieldData<LeafGeoPointFieldData>,IndexGeoPointFieldData
- Enclosing class:
- AbstractLatLonPointIndexFieldData
public static class AbstractLatLonPointIndexFieldData.LatLonPointIndexFieldData
extends AbstractLatLonPointIndexFieldData
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointIndexFieldData
AbstractLatLonPointIndexFieldData.Builder, AbstractLatLonPointIndexFieldData.LatLonPointIndexFieldDataNested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldData
IndexFieldData.Global<FD extends LeafFieldData>, IndexFieldData.XFieldComparatorSource -
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointIndexFieldData
fieldName, valuesSourceType -
Constructor Summary
ConstructorsConstructorDescriptionLatLonPointIndexFieldData(String fieldName, ValuesSourceType valuesSourceType) -
Method Summary
Modifier and TypeMethodDescriptionload(org.apache.lucene.index.LeafReaderContext context)Loads the atomic field data for the reader, possibly cached.loadDirect(org.apache.lucene.index.LeafReaderContext context)Loads directly the atomic field data for the reader, ignoring any caching involved.Methods inherited from class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointIndexFieldData
getFieldName, getValuesSourceType, newBucketedSort, sortField
-
Constructor Details
-
LatLonPointIndexFieldData
-
-
Method Details
-
load
Description copied from interface:IndexFieldDataLoads the atomic field data for the reader, possibly cached. -
loadDirect
public LeafGeoPointFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws ExceptionDescription copied from interface:IndexFieldDataLoads directly the atomic field data for the reader, ignoring any caching involved.- Throws:
Exception
-