Class AbstractLatLonPointDVIndexFieldData.LatLonPointDVIndexFieldData

    • Constructor Detail

      • LatLonPointDVIndexFieldData

        public LatLonPointDVIndexFieldData​(Index index,
                                           java.lang.String fieldName)
    • Method Detail

      • 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