Class GeoPointScriptDocValues

java.lang.Object
org.elasticsearch.index.fielddata.MultiGeoPointValues
org.elasticsearch.index.fielddata.GeoPointScriptDocValues

public final class GeoPointScriptDocValues
extends MultiGeoPointValues
  • Method Summary

    Modifier and Type Method Description
    boolean advanceExact​(int docId)
    Advance this instance to the given document id
    int docValueCount()
    Return the number of geo points the current document has.
    GeoPoint nextValue()
    Return the next value associated with the current document.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait