Class DocValueBits


  • public abstract class DocValueBits
    extends Object
    • Constructor Detail

      • DocValueBits

        public DocValueBits()
    • Method Detail

      • 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