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
  • Constructor Details

    • LatLonPointIndexFieldData

      public LatLonPointIndexFieldData​(java.lang.String fieldName, ValuesSourceType valuesSourceType)
  • Method Details

    • load

      public LeafGeoPointFieldData load​(org.apache.lucene.index.LeafReaderContext context)
      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 java.lang.Exception
      Description copied from interface: IndexFieldData
      Loads directly the atomic field data for the reader, ignoring any caching involved.
      Throws:
      java.lang.Exception