Class StringScriptDocValues

java.lang.Object

public final class StringScriptDocValues
extends SortingBinaryDocValues
  • Field Summary

    Fields inherited from class org.elasticsearch.index.fielddata.SortingBinaryDocValues

    count, values
  • Method Summary

    Modifier and Type Method Description
    boolean advanceExact​(int docId)
    Advance this instance to the given document id

    Methods inherited from class org.elasticsearch.index.fielddata.SortingBinaryDocValues

    docValueCount, grow, nextValue, sort

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • advanceExact

      public boolean advanceExact​(int docId)
      Description copied from class: SortedBinaryDocValues
      Advance this instance to the given document id
      Specified by:
      advanceExact in class SortedBinaryDocValues
      Returns:
      true if there is a value for this document