Class PrefixCodedTerms

  • All Implemented Interfaces:
    Accountable

    public class PrefixCodedTerms
    extends java.lang.Object
    implements Accountable
    Prefix codes term instances (prefixes are shared). This is expected to be faster to build than a FST and might also be more compact if there are no common suffixes.
    • Field Detail

      • size

        private final long size
      • delGen

        private long delGen
    • Constructor Detail

      • PrefixCodedTerms

        private PrefixCodedTerms​(RAMFile buffer,
                                 long size)
    • Method Detail

      • ramBytesUsed

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

        public void setDelGen​(long delGen)
        Records del gen for this packet.
      • size

        public long size()
        Return the number of terms stored in this PrefixCodedTerms.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object