Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 88363 invoked from network); 3 Apr 2002 19:39:14 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Apr 2002 19:39:14 -0000 Received: (qmail 15394 invoked by uid 97); 3 Apr 2002 19:39:07 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@jakarta.apache.org Received: (qmail 15356 invoked by uid 97); 3 Apr 2002 19:39:07 -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 15308 invoked from network); 3 Apr 2002 19:39:06 -0000 Errors-To: User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 03 Apr 2002 11:39:03 -0800 Subject: Re: Case Sensitivity From: Peter Carlson To: Lucene Users List Message-ID: In-Reply-To: <000a01c1db45$6042c720$2000a8c0@WRECKS3> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" 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 You can use the standard analyzer. This lower cases all the words (it uses the lowerCaseFilter). Note this also uses the stop word filter so your results may vary. Also when you index, be sure to use text instead of keyword as the field type since the keyword doesn't go through the filter. --Peter On 4/3/02 11:25 AM, "Alan Weissman" wrote: > What can I do to configure Lucene to make in case insensitive? > > Thanks, > Alan > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: