Class ArrayOfBlockIterablePosting

    • Constructor Detail

      • ArrayOfBlockIterablePosting

        public ArrayOfBlockIterablePosting​(int[] _ids,
                                           int[] _freqs,
                                           int[] posCount,
                                           int[] allpos)
    • Method Detail

      • getPositions

        public int[] getPositions()
        Description copied from interface: BlockPosting
        Return the positions of occurrences of the term in the current document.
        Specified by:
        getPositions in interface BlockPosting
        Returns:
        the positions of occurrences of the term in the current document.