I am pretty sure what I am looking for is pretty close to this calculation.
tf(t in d) correlates to the term's frequency, defined as the number of times term t appears in the currently scored document d. Documents that have more occurrences of a given term receive a higher score. The default computation for tf(t in d) in DefaultSimilarity is: tf(t in d) = frequency½ -- View this message in context: http://www.nabble.com/Scoring-modification-question-tp21580240p21602028.html Sent from the Lucene - General mailing list archive at Nabble.com.
