Class IpScriptDocValues

java.lang.Object
org.elasticsearch.index.fielddata.SortedBinaryDocValues
org.elasticsearch.index.fielddata.IpScriptDocValues

public final class IpScriptDocValues
extends SortedBinaryDocValues
  • Method Summary

    Modifier and Type Method Description
    boolean advanceExact​(int docId)
    Advance this instance to the given document id
    int docValueCount()
    Retrieves the number of values for the current document.
    org.apache.lucene.util.BytesRef nextValue()
    Iterates to the next value in the current document.

    Methods inherited from class java.lang.Object

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