Class TermVectorsResponse.TermVector.Term

    • Method Detail

      • getTerm

        public String getTerm()
        Returns the string representation of the term
      • getTermFreq

        public int getTermFreq()
        Returns term frequency - the number of times this term occurs in the current document
      • getDocFreq

        public Integer getDocFreq()
        Returns document frequency - the number of documents in the index that contain this term
      • getTotalTermFreq

        public Long getTotalTermFreq()
        Returns total term frequency - the number of times this term occurs across all documents
      • getScore

        public Float getScore()
        Returns tf-idf score, if the request used some form of terms filtering
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object