Interface LeafGeoPointFieldData

All Superinterfaces:
org.apache.lucene.util.Accountable, AutoCloseable, Closeable, LeafFieldData, org.elasticsearch.core.Releasable
All Known Implementing Classes:
AbstractLeafGeoPointFieldData

public interface LeafGeoPointFieldData extends LeafFieldData
LeafFieldData specialization for geo points.
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Method Summary

    Modifier and Type
    Method
    Description
    Return geo-point values.

    Methods inherited from interface org.apache.lucene.util.Accountable

    getChildResources, ramBytesUsed

    Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData

    getBytesValues, getFormattedValues, getScriptValues

    Methods inherited from interface org.elasticsearch.core.Releasable

    close
  • Method Details