Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 60992 invoked from network); 24 Feb 2003 16:58:27 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 Feb 2003 16:58:27 -0000 Received: (qmail 2627 invoked by uid 97); 24 Feb 2003 17:00:05 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@nagoya.betaversion.org Received: (qmail 2620 invoked from network); 24 Feb 2003 17:00:04 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 24 Feb 2003 17:00:04 -0000 Received: (qmail 58869 invoked by uid 500); 24 Feb 2003 16:57:59 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 58836 invoked from network); 24 Feb 2003 16:57:59 -0000 Received: from www14.mailshell.com (HELO mailshell.com) (209.157.66.246) by daedalus.apache.org with SMTP; 24 Feb 2003 16:57:59 -0000 Received: (qmail 19839 invoked from network); 24 Feb 2003 16:58:01 -0000 Received: from unknown (HELO lucene.com) (dcutting@grandcentral.com@12.210.200.74) by mail.mailshell.com with SMTP; 24 Feb 2003 16:58:01 -0000 Message-ID: <3E5A4FB5.5090504@lucene.com> Date: Mon, 24 Feb 2003 09:00:37 -0800 From: Doug Cutting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Developers List Subject: Re: Question about .f1, .f2, etc. files in index directory References: <187D6D956106D84E9D8B280F6458FE140F5B36@merc12.na.sas.com> In-Reply-To: <187D6D956106D84E9D8B280F6458FE140F5B36@merc12.na.sas.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Yes. The .f[0...] files are indeed the norm files. There is one file for each indexed field and each file contains a one-byte normalization factor for each document. This is a documentation bug. There is no .nrm file with per-document normalization files, rather multiple .f files, one per indexed field. Doug Eric Isakson wrote: > Was reading http://jakarta.apache.org/lucene/docs/fileformats.html and noticed that files .f1, f2, ... are not mentioned, but a file called .nrm is. > > Are the .f1, .f2, ... files that are created in my index directory by DocumentWriter.writeNorms(Document doc, String segment) the .nrm file that is documented in the section called Normalization Factors? That is what it looked like, just wanted a confirmation from the experts before I commit that to my documentation for my internal Lucene implementation. > > Thanks, > Eric > > -- > Eric D. Isakson SAS Institute Inc. > Application Developer SAS Campus Drive > XML Technologies Cary, NC 27513 > (919) 531-3639 http://www.sas.com > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org