From 12254ac975f5545b1b1ead82b1c6d95c96a1194b Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Tue, 10 Oct 2006 17:45:10 +0000 Subject: [PATCH] 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 --- xdocs/scoring.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/scoring.xml b/xdocs/scoring.xml index 44bd59f7bb8..76c242e234b 100644 --- a/xdocs/scoring.xml +++ b/xdocs/scoring.xml @@ -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 indexBoost, as shown by the formula in + as norm(t, d), as shown by the formula in Similarity.