Class DirectPostingsFormat.DirectField.LowFreqTerm

    • Field Detail

      • BASE_RAM_BYTES_USED

        private static final long BASE_RAM_BYTES_USED
      • postings

        public final int[] postings
      • payloads

        public final byte[] payloads
      • docFreq

        public final int docFreq
      • totalTermFreq

        public final int totalTermFreq
    • Constructor Detail

      • LowFreqTerm

        public LowFreqTerm​(int[] postings,
                           byte[] payloads,
                           int docFreq,
                           int 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.