Class DocValueBits

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

public abstract class DocValueBits extends Object
  • Constructor Details

    • DocValueBits

      public DocValueBits()
  • Method Details

    • advanceExact

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