Class GeoPointValues


  • public abstract class GeoPointValues
    extends Object
    Per-document geo-point values.
    • Constructor Detail

      • GeoPointValues

        public GeoPointValues()
    • Method Detail

      • advanceExact

        public abstract 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 abstract GeoPoint geoPointValue()
        Get the GeoPoint associated with the current document. The returned GeoPoint might be reused across calls.