Class AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData

java.lang.Object
org.elasticsearch.index.fielddata.plain.DocValuesIndexFieldData
org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData
org.elasticsearch.index.fielddata.plain.AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData
All Implemented Interfaces:
IndexFieldData<AtomicGeoPointFieldData>, IndexGeoPointFieldData, IndexComponent
Enclosing class:
AbstractLatLonPointDVIndexFieldData

public static class AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData
extends AbstractLatLonPointDVIndexFieldData
  • Constructor Details

  • Method Details

    • load

      public AtomicGeoPointFieldData load​(org.apache.lucene.index.LeafReaderContext context)
      Description copied from interface: IndexFieldData
      Loads the atomic field data for the reader, possibly cached.
    • loadDirect

      public AtomicGeoPointFieldData 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