Class VarByteChunkSVForwardIndexReaderV4.ReaderContext

    • Field Detail

      • _docIdOffset

        protected int _docIdOffset
      • _nextDocIdOffset

        protected int _nextDocIdOffset
      • _regularChunk

        protected boolean _regularChunk
      • _numDocsInCurrentChunk

        protected int _numDocsInCurrentChunk
    • Method Detail

      • getValue

        public byte[] getValue​(int docId)
      • chunkIndexFor

        protected long chunkIndexFor​(int docId)
      • processChunkAndReadFirstValue

        protected abstract byte[] processChunkAndReadFirstValue​(int docId,
                                                                long offset,
                                                                long limit)
                                                         throws IOException
        Throws:
        IOException
      • readSmallUncompressedValue

        protected abstract byte[] readSmallUncompressedValue​(int docId)