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 SummaryNested classes/interfaces inherited from class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointIndexFieldDataAbstractLatLonPointIndexFieldData.Builder, AbstractLatLonPointIndexFieldData.LatLonPointIndexFieldDataNested classes/interfaces inherited from interface org.elasticsearch.index.fielddata.IndexFieldDataIndexFieldData.Global<FD extends LeafFieldData>, IndexFieldData.XFieldComparatorSource
- 
Field SummaryFields inherited from class org.elasticsearch.index.fielddata.plain.AbstractLatLonPointIndexFieldDatafieldName, toScriptFieldFactory, valuesSourceType
- 
Constructor SummaryConstructorsConstructorDescriptionLatLonPointIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) 
- 
Method SummaryModifier 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.AbstractLatLonPointIndexFieldDatagetFieldName, getValuesSourceType, newBucketedSort, sortField
- 
Constructor Details- 
LatLonPointIndexFieldDatapublic LatLonPointIndexFieldData(String fieldName, ValuesSourceType valuesSourceType, ToScriptFieldFactory<MultiGeoPointValues> toScriptFieldFactory) 
 
- 
- 
Method Details- 
loadDescription copied from interface:IndexFieldDataLoads the atomic field data for the reader, possibly cached.
- 
loadDirectpublic LeafGeoPointFieldData loadDirect(org.apache.lucene.index.LeafReaderContext context) throws Exception Description copied from interface:IndexFieldDataLoads directly the atomic field data for the reader, ignoring any caching involved.- Throws:
- Exception
 
 
-