Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 71837 invoked from network); 12 Nov 2005 01:24:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Nov 2005 01:24:55 -0000 Received: (qmail 69681 invoked by uid 500); 12 Nov 2005 01:24:53 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 69662 invoked by uid 500); 12 Nov 2005 01:24:53 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 69651 invoked by uid 99); 12 Nov 2005 01:24:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 17:24:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of yseeley@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO zproxy.gmail.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 17:24:45 -0800 Received: by zproxy.gmail.com with SMTP id z3so495325nzf for ; Fri, 11 Nov 2005 17:24:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VpD4IE/k9VCW4WbGlPB5QKnYu1LkF0W9CdyzZFHz+Ixk6ZGpfZ+7yMhkmEFdYNmQRZIANInkmjzlonhCp+4C1NzeY0xQPaX5v8vGoTGQ5mGgbiqRfZI2Mn6EY2ePMFWyeB2KiGOlN8xF8b68rtyqJXZxFx1woPpq/ywUL3vhIq8= Received: by 10.65.158.1 with SMTP id k1mr3154587qbo; Fri, 11 Nov 2005 17:24:30 -0800 (PST) Received: by 10.65.211.10 with HTTP; Fri, 11 Nov 2005 17:24:30 -0800 (PST) Message-ID: Date: Fri, 11 Nov 2005 20:24:30 -0500 From: Yonik Seeley To: java-dev@lucene.apache.org Subject: Re: Implementation in C & Some Questions In-Reply-To: <200511120202.18115.rokirch@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200511120202.18115.rokirch@gmx.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > - Why the assumption that NO_NORMS for a field implies that the > field is not tokenized with an analyzer: The NO_NORMS object is just for convenience and meant to represent the most likely case when one would omit norms. It's less likely to mess up someone new to lucene since lengthNormalization won't be a factor for non-tokenized fields. There is a setOmitNorms() function that may be used to omit norms from *any* indexed field. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org