Class DocValueBits

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

@PublicApi(since="1.0.0") public abstract class DocValueBits extends Object
Base class for doc value bit sets
Opensearch.api:
  • 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