Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 61570 invoked from network); 17 Feb 2004 17:11:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Feb 2004 17:11:09 -0000 Received: (qmail 49499 invoked by uid 500); 17 Feb 2004 17:10:50 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 49463 invoked by uid 500); 17 Feb 2004 17:10:50 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 49388 invoked from network); 17 Feb 2004 17:10:49 -0000 Received: from unknown (HELO sccrmhc13.comcast.net) (204.127.202.64) by daedalus.apache.org with SMTP; 17 Feb 2004 17:10:49 -0000 Received: from apache.org (c-24-5-145-151.client.comcast.net[24.5.145.151]) by comcast.net (sccrmhc13) with ESMTP id <20040217171052016003eqq3e>; Tue, 17 Feb 2004 17:10:52 +0000 Message-ID: <40324B19.6070100@apache.org> Date: Tue, 17 Feb 2004 09:10:49 -0800 From: Doug Cutting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040116 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: Inconsistent treatment of field-names between index-time and query-time References: <005901c3f11d$1bb04bb0$34fafc0a@iapetus> In-Reply-To: <005901c3f11d$1bb04bb0$34fafc0a@iapetus> 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: minotaur-2.apache.org 1.6.2 0/1000/N Esmond Pitt wrote: > I have a field Author: and I'm using the StandardAnalyzer. When documents > with this field are added to the index, the field name 'Author' is > case-folded by the analyzer to 'author', and this is how it appears in the > index. An analyzer does not process field names when indexing. So, if something is lowercasing the field name when indexing, it is not the Analyzer, nor is it IndexWriter. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org