Class FuzzyLikeThisQuery.ScoreTerm

  • Enclosing class:
    FuzzyLikeThisQuery

    private static class FuzzyLikeThisQuery.ScoreTerm
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScoreTerm​(Term term, float score, Term fuzziedSourceTerm)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • term

        public Term term
      • score

        public float score
      • fuzziedSourceTerm

        Term fuzziedSourceTerm
    • Constructor Detail

      • ScoreTerm

        public ScoreTerm​(Term term,
                         float score,
                         Term fuzziedSourceTerm)