I want to change slightly the similarity function, in the following way: Use same cosine similarity as defined by DefaultSimilarity, but multiply the result score by f, where f is defined as following f = (# of terms in query that appear also in document) / (# of terms in document)
(this boosts documents that contain RELATIVELY more query terms) What's the best way to do it, and how? Thanks John -- View this message in context: http://www.nabble.com/Similarity-tp22659424p22659424.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org