Class PrefixCodedTerms

  • All Implemented Interfaces:
    Accountable

    public class PrefixCodedTerms
    extends 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.
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • 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 Object