RE: score formula in Similarity javadoc

2005-10-26 Thread Koji Sekiguchi
rrata/scoring_formula_omission.html Thank you very much, Koji > -Original Message- > From: Yonik Seeley [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 27, 2005 1:23 AM > To: java-user@lucene.apache.org > Subject: Re: score formula in Similarity javadoc > > &

Re: score formula in Similarity javadoc

2005-10-26 Thread Yonik Seeley
With respect to different terms in a boolean query, they will contribute to the total score proportional to idf^2, so I think the javadoc as it exists now is probably more correct. A single TermQuery will have a final score with a single idf factor in it, but that's because of the queryweight fact

RE: score formula in Similarity javadoc

2005-10-25 Thread Koji Sekiguchi
Attached file was deleted by mailing list server. The patch was: Index: src/java/org/apache/lucene/search/Similarity.java === --- src/java/org/apache/lucene/search/Similarity.java (繝ェ繝薙ず繝ァ繝ウ 328522) +++ src/java/org/apache/lucene/se