Class TermStats


  • public final class TermStats
    extends Object
    Holder for statistics for a term in a specific field.
    • Method Detail

      • getDecodedTermText

        public String getDecodedTermText()
        Returns the string representation for this term.
      • getField

        public String getField()
        Returns the field name.
      • getDocFreq

        public int getDocFreq()
        Returns the document frequency of this term.