Class MultiLevelSkipListReader

    • Method Detail

      • getDoc

        public int getDoc()
        Returns the id of the doc to which the last call of skipTo(int) has skipped.
      • skipTo

        public int skipTo​(int target)
                   throws IOException
        Skips entries to the first beyond the current whose document number is greater than or equal to target. Returns the current doc count.
        Throws:
        IOException
      • init

        public void init​(long skipPointer,
                         int df)
        Initializes the reader, for reuse on a new term.