Class DocValueBits

java.lang.Object
org.elasticsearch.index.fielddata.DocValueBits

public abstract class DocValueBits
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DocValueBits()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • DocValueBits

      public DocValueBits()
  • Method Details

    • advanceExact

      public abstract boolean advanceExact​(int doc) throws java.io.IOException
      Advance this instance to the given document id
      Returns:
      true if there is a value for this document
      Throws:
      java.io.IOException