Class DoubleScriptDocValues

java.lang.Object
org.elasticsearch.index.fielddata.SortedNumericDoubleValues
org.elasticsearch.index.fielddata.DoubleScriptDocValues

public final class DoubleScriptDocValues
extends SortedNumericDoubleValues
  • Method Summary

    Modifier and Type Method Description
    boolean advanceExact​(int docId)
    Advance the iterator to exactly target and return whether target has a value.
    int docValueCount()
    Retrieves the number of values for the current document.
    double 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