Class DirectSpellChecker.ScoreTerm

    • Field Detail

      • term

        public BytesRef term
        The actual spellcheck correction.
      • boost

        public float boost
        The boost representing the similarity from the FuzzyTermsEnum (internal similarity score)
      • docfreq

        public int docfreq
        The df of the spellcheck correction.
      • termAsString

        public String termAsString
        The spellcheck correction represented as string, can be null.
      • score

        public float score
        The similarity score.
    • Constructor Detail

      • ScoreTerm

        public ScoreTerm()
        Constructor.