indexBoost to norm(t,d)

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

View File

@ -239,7 +239,7 @@ limitations under the License.
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>
</blockquote>