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
>
>
&
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
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