Class ArrayOfBlockFieldIterablePosting

    • Constructor Detail

      • ArrayOfBlockFieldIterablePosting

        public ArrayOfBlockFieldIterablePosting​(int[] _ids,
                                                int[] _freqs,
                                                int[] _lens,
                                                int[][] _tff,
                                                int[][] _lf,
                                                int[] posCount,
                                                int[] allpos)
      • ArrayOfBlockFieldIterablePosting

        public ArrayOfBlockFieldIterablePosting​(int[] _ids,
                                                int[] _freqs,
                                                int[] _lens,
                                                int[][] _tff,
                                                int[][] _lf,
                                                boolean invertFields,
                                                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.