Class MoreLikeThis.ScoreTerm

java.lang.Object
org.apache.lucene.queries.mlt.MoreLikeThis.ScoreTerm
Enclosing class:
MoreLikeThis

private static class MoreLikeThis.ScoreTerm extends Object
  • Field Details

    • word

      String word
    • topField

      String topField
    • score

      float score
    • idf

      float idf
    • docFreq

      int docFreq
    • tf

      int tf
  • Constructor Details

    • ScoreTerm

      ScoreTerm(String word, String topField, float score, float idf, int docFreq, int tf)
  • Method Details

    • update

      void update(String word, String topField, float score, float idf, int docFreq, int tf)