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 Harpreet S Walia <ha...@sansuisoftware.com> on 2002/11/02 08:12:12 UTC

Score calculation

Can Anyone please tell me where does the score calulation take place in the lucene api.

TIA,

Regards ,
Harpreet

Re: Score calculation

Posted by Clemens Marschner <cm...@lanlab.de>.
Most of it is done in Similarity.java, but in order to change the formula
you also have to be familiar with the methods that call methods in this
class, which are in the indexing part (IndexWriter.java) as well as in the
query part (the *Query and BooleanClause classes in the search package).


Clemens

----- Original Message -----
From: "Harpreet S Walia" <ha...@sansuisoftware.com>
To: "Lucene Users List" <lu...@jakarta.apache.org>
Sent: Saturday, November 02, 2002 8:12 AM
Subject: Score calculation



Can Anyone please tell me where does the score calulation take place in the
lucene api.

TIA,

Regards ,
Harpreet



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>