Class DocValueBits

org.elasticsearch.index.fielddata.DocValueBits

public abstract class DocValueBits extends
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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.

    , , , , , , , , , ,
  • Constructor Details

    • DocValueBits

      public DocValueBits()
  • Method Details

    • advanceExact

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