Class QuasiSuccinctIndexReader.PointerReader

    • Field Detail

      • list

        protected final LongBigList list
        The underlying list.
      • skipPointersStart

        protected final long skipPointersStart
        The starting position of the pointers.
      • upperBitsStart

        protected final long upperBitsStart
        The starting position of the upper bits.
      • log2Quantum

        protected final int log2Quantum
        The logarithm of the quantum, cached from the index.
      • quantum

        protected final int quantum
        The quantum, cached from the index.
      • pointerSize

        protected final int pointerSize
        The size of a pointer.
      • numberOfPointers

        protected final long numberOfPointers
        The number of pointers.
      • frequency

        protected final long frequency
        The frequency of the term (i.e., the number of elements of the current list).
      • window

        protected long window
        The 64-bit window.
      • curr

        protected long curr
        The current word position in the list of upper bits.
      • currentIndex

        public long currentIndex
        The index of the current prefix sum.