Class TermVectorEntry


  • public final class TermVectorEntry
    extends Object
    Holder for term vector entry representing the term and their number of occurrences, and optionally, positions in the document field.
    • Method Detail

      • getTermText

        public String getTermText()
        Returns the string representation for this term.
      • getFreq

        public long getFreq()
        Returns the number of occurrences of this term in the document field.