You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Michael Scholz <mi...@infogeneration.de> on 2005/01/13 16:51:04 UTC

calculate score

Hello,

how does lucene calculate the score of a given document? In the class DefaultSimilarity are some parts of this formula (e.g. tf,itf), but how does these parts working together?

Thanks,
Michael Scholz