diff --git a/docs/fileformats.html b/docs/fileformats.html index a5b462a0ac6..efeabb0110f 100644 --- a/docs/fileformats.html +++ b/docs/fileformats.html @@ -1502,12 +1502,13 @@
-

The .nrm file contains, +

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 into the score for hits on that field:

Norms - (.nrm) --> <Byte>SegSize + (.n[0-9]*) --> <Byte>SegSize

Each byte encodes a floating point value. Bits 0-2 contain the 3-bit diff --git a/xdocs/fileformats.xml b/xdocs/fileformats.xml index e7414ac227e..9cfb16cde41 100644 --- a/xdocs/fileformats.xml +++ b/xdocs/fileformats.xml @@ -1071,12 +1071,13 @@

-

The .nrm file contains, +

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 into the score for hits on that field:

Norms - (.nrm) --> <Byte>SegSize + (.n[0-9]*) --> <Byte>SegSize

Each byte encodes a floating point value. Bits 0-2 contain the 3-bit