mirror of https://github.com/apache/lucene.git
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:
parent
1fad6b0052
commit
12254ac975
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue