mirror of https://github.com/apache/lucene.git
- Corrected(?) the documentation about normalization factors.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
847faf1320
commit
1f9fe4fff7
|
@ -1502,12 +1502,13 @@
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>The .nrm file contains,
|
<p>There's a norm file for each indexed field with a byte for
|
||||||
|
each document. The .n[0-9]* file contains,
|
||||||
for each document, a byte that encodes a value that is multiplied
|
for each document, a byte that encodes a value that is multiplied
|
||||||
into the score for hits on that field:
|
into the score for hits on that field:
|
||||||
</p>
|
</p>
|
||||||
<p>Norms
|
<p>Norms
|
||||||
(.nrm) --> <Byte><sup>SegSize</sup>
|
(.n[0-9]*) --> <Byte><sup>SegSize</sup>
|
||||||
</p>
|
</p>
|
||||||
<p>Each
|
<p>Each
|
||||||
byte encodes a floating point value. Bits 0-2 contain the 3-bit
|
byte encodes a floating point value. Bits 0-2 contain the 3-bit
|
||||||
|
|
|
@ -1071,12 +1071,13 @@
|
||||||
</p>
|
</p>
|
||||||
</subsection>
|
</subsection>
|
||||||
<subsection name="Normalization Factors">
|
<subsection name="Normalization Factors">
|
||||||
<p>The .nrm file contains,
|
<p>There's a norm file for each indexed field with a byte for
|
||||||
|
each document. The .n[0-9]* file contains,
|
||||||
for each document, a byte that encodes a value that is multiplied
|
for each document, a byte that encodes a value that is multiplied
|
||||||
into the score for hits on that field:
|
into the score for hits on that field:
|
||||||
</p>
|
</p>
|
||||||
<p>Norms
|
<p>Norms
|
||||||
(.nrm) --> <Byte><sup>SegSize</sup>
|
(.n[0-9]*) --> <Byte><sup>SegSize</sup>
|
||||||
</p>
|
</p>
|
||||||
<p>Each
|
<p>Each
|
||||||
byte encodes a floating point value. Bits 0-2 contain the 3-bit
|
byte encodes a floating point value. Bits 0-2 contain the 3-bit
|
||||||
|
|
Loading…
Reference in New Issue