changed indexBoost to be norm(t, d), as in Similarity

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@454847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2006-10-10 17:45:10 +00:00
parent 1fad6b0052
commit 12254ac975
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
Due to loss of precision, it is not guaranteed that decode(encode(x)) = x,
e.g. decode(encode(0.89)) = 0.75.
At scoring (search) time, this norm is brought into the score of document
as <b>indexBoost</b>, as shown by the formula in
as <b>norm(t, d)</b>, as shown by the formula in
<a href="api/org/apache/lucene/search/Similarity.html">Similarity</a>.
</p>
</subsection>