From java-user-return-50538-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Thu Aug 11 06:34:47 2011 Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20D4A72E1 for ; Thu, 11 Aug 2011 06:34:47 +0000 (UTC) Received: (qmail 26844 invoked by uid 500); 11 Aug 2011 06:34:40 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 26274 invoked by uid 500); 11 Aug 2011 06:34:24 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 26238 invoked by uid 99); 11 Aug 2011 06:34:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 06:34:18 +0000 X-ASF-Spam-Status: No, hits=3.4 required=5.0 tests=FREEMAIL_FROM,FREEMAIL_REPLYTO,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simon.willnauer@googlemail.com designates 209.85.218.48 as permitted sender) Received: from [209.85.218.48] (HELO mail-yi0-f48.google.com) (209.85.218.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 06:34:11 +0000 Received: by yib17 with SMTP id 17so1607466yib.35 for ; Wed, 10 Aug 2011 23:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=fKoH5VF5rSUsHmBxl9RqynrXit3iQ9PwbcK/MgP5w14=; b=H4mn77yCd61njXEJLozz33NImyN1YbDdlWWshm2kFZuR+tqwzM4ZwhErJLgXJMU5Vn pyjlLapny04Lj51zXe1dohkLqcXE3+UPHLdWAqrTKvWAvXUXD6mXrEZFQTnELfh2s64C 45sST7CwG92k6WY2RkS862/1LPde1vrx2IQu8= MIME-Version: 1.0 Received: by 10.236.115.163 with SMTP id e23mr11057727yhh.160.1313044431087; Wed, 10 Aug 2011 23:33:51 -0700 (PDT) Received: by 10.147.125.10 with HTTP; Wed, 10 Aug 2011 23:33:51 -0700 (PDT) Reply-To: simon.willnauer@gmail.com In-Reply-To: <1313036939342-3244774.post@n3.nabble.com> References: <1313036939342-3244774.post@n3.nabble.com> Date: Thu, 11 Aug 2011 08:33:51 +0200 Message-ID: Subject: Re: Searching for words containing accents or umlauts? From: Simon Willnauer To: java-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hey, look at ASCIIFoldingFilter and / or ICUFoldingFilter in Lucene 3.3 simon On Thu, Aug 11, 2011 at 6:28 AM, SBS wrote: > How can I use Lucene Java to search for words containing accents or umlau= ts > such as H=C3=BCrthle, S=C3=A9zary or Waldenstr=C3=B6m? =C2=A0I don't get = any matches when I use > the plain characters without accents. =C2=A0Is it a configuration issue? > > Thanks, > > -sbs > > -- > View this message in context: http://lucene.472066.n3.nabble.com/Searchin= g-for-words-containing-accents-or-umlauts-tp3244774p3244774.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org