Class DirectPostingsFormat.DirectField.HighFreqTerm

    • Field Detail

      • BASE_RAM_BYTES_USED

        private static final long BASE_RAM_BYTES_USED
      • totalTermFreq

        public final long totalTermFreq
      • docIDs

        public final int[] docIDs
      • freqs

        public final int[] freqs
      • positions

        public final int[][] positions
      • payloads

        public final byte[][][] payloads
    • Constructor Detail

      • HighFreqTerm

        public HighFreqTerm​(int[] docIDs,
                            int[] freqs,
                            int[][] positions,
                            byte[][][] payloads,
                            long totalTermFreq)
    • Method Detail

      • ramBytesUsed

        public long ramBytesUsed()
        Description copied from interface: Accountable
        Return the memory usage of this object in bytes. Negative values are illegal.