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