Module org.elasticsearch.server
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.LatLonPointIndexFieldData
Nested 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, toScriptFieldFactory, valuesSourceType
-
Constructor Summary
ConstructorsConstructorDescriptionLatLonPointIndexFieldData
(String fieldName, ValuesSourceType valuesSourceType, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) -
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
public LatLonPointIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory)
-
-
Method Details
-
load
Description copied from interface:IndexFieldData
Loads the atomic field data for the reader, possibly cached. -
loadDirect
public LeafGeoPointFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception Description copied from interface:IndexFieldData
Loads directly the atomic field data for the reader, ignoring any caching involved.- Throws:
Exception
-