From 1f9fe4fff7ab41af89e5100d43d283d54fc8b918 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Tue, 2 Sep 2003 13:58:01 +0000 Subject: [PATCH] - Corrected(?) the documentation about normalization factors. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150008 13f79535-47bb-0310-9956-ffa450edef68 --- docs/fileformats.html | 5 +++-- xdocs/fileformats.xml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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