Hi,

The defaulting scoring in Lucene  uses tf x idf^2 instead of tf x idf .
Does any have have insight that why not using tf x idf?


Here is the note on score calculation.
https://lucene.apache.org/java/3_4_0/api/core/org/apache/lucene/search/Similarity.html

Reply via email to