Class NearestFuzzyQuery.ScoreTerm

  • Enclosing class:
    NearestFuzzyQuery

    private static class NearestFuzzyQuery.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 final Term term
      • score

        public float score
      • fuzziedSourceTerm

        final Term fuzziedSourceTerm
    • Constructor Detail

      • ScoreTerm

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