Class BKDWriter.MergeReader

  • Enclosing class:
    BKDWriter

    private static class BKDWriter.MergeReader
    extends java.lang.Object
    • Field Detail

      • docID

        public int docID
        Current doc ID
      • docBlockUpto

        private int docBlockUpto
        Which doc in this block we are up to
      • docsInBlock

        private int docsInBlock
        How many docs in the current block
      • blockID

        private int blockID
        Which leaf block we are up to
      • packedValues

        private final byte[] packedValues
    • Constructor Detail

      • MergeReader

        public MergeReader​(BKDReader bkd,
                           MergeState.DocMap docMap)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • next

        public boolean next()
                     throws java.io.IOException
        Throws:
        java.io.IOException