Class 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 Detail

      • DocValueBits

        public DocValueBits()
    • Method Detail

      • 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