Class GeoPointValues

java.lang.Object
org.elasticsearch.index.fielddata.GeoPointValues

public final class GeoPointValues extends Object
Per-document geo-point values.
  • Method Details

    • advanceExact

      public boolean advanceExact(int doc) throws IOException
      Advance this instance to the given document id
      Returns:
      true if there is a value for this document
      Throws:
      IOException
    • geoPointValue

      public GeoPoint geoPointValue() throws IOException
      Get the GeoPoint associated with the current document. The returned GeoPoint might be reused across calls.
      Throws:
      IOException