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-tp22650429p22650429.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org