Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 41814 invoked from network); 30 Nov 2009 19:23:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Nov 2009 19:23:31 -0000 Received: (qmail 98337 invoked by uid 500); 30 Nov 2009 19:23:29 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 98252 invoked by uid 500); 30 Nov 2009 19:23:29 -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 98242 invoked by uid 99); 30 Nov 2009 19:23:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2009 19:23:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [206.190.49.11] (HELO web52901.mail.re2.yahoo.com) (206.190.49.11) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 30 Nov 2009 19:23:20 +0000 Received: (qmail 88293 invoked by uid 60001); 30 Nov 2009 19:22:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1259608978; bh=Cz1AmcVh5RHP3zzJuu9Yplv6tlQTGttVZ+llgwTwREw=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=UoNAISTjWY/ojysCI4zH+49fBIdkfhNe0WPMRDFPwIj/tylTho2JfehdEcb27M1oYwzWs1FWkQW9nzc46Voj0KQ9CAi6roogcXkmQSahs8j45OOAilu5DorMhjDjx89Pe7xTa+J4BLtRXRvzJn9YBSjiwaN6nysTcLF9f79GXmk= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=nuAxL45rijUH++r0iC1cNbUTBdmJ49L0PHwpGuCBCRjxIGx8FqR04TCOmkpJ2alenOJQmjlLY5Ad/yndZPoTFTeNrJeXe66LRQ9MGDmWxRamYxpmBVb0kPu/w8otVpqxVgiaU02P3SoxcYTZzsL4DjnFfbpUgmH0l6E2qmIlJ8w=; Message-ID: <886005.83172.qm@web52901.mail.re2.yahoo.com> X-YMail-OSG: aKKYkgEVM1khA41H9fi0huAuXq9qM9.nthXc7iJh0WuoIrsQV5IiAcCUs8uwNVcpjMvjUlGn1ii9NAq.dlMC_7ARDxWMtyCsqv9ce6hML1cp1Xh.FbZpi3.C4NruFlOheiz83z0XaMVx4DCcJ4CHoblf0qDbp5MYdytXnqIbu2j9aR3b_KhhN2mYFxR8w4XjlvO9bjQLGdX0Gpjincd62rCEI.X4K4RMQbqqNaMAT8nLGTbaBEkY7rF43HK86qeiHDQWGkkQDHe5xhFn65endHURy1Dq95Vwhf3Ph.wcHaHDLtvk_KxfBzxyIQ-- Received: from [78.168.95.16] by web52901.mail.re2.yahoo.com via HTTP; Mon, 30 Nov 2009 11:22:58 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Mon, 30 Nov 2009 11:22:58 -0800 (PST) From: AHMET ARSLAN Subject: Re: LowerCaseFilter fails one letter (I) of Turkish alphabet To: java-user@lucene.apache.org In-Reply-To: <8f0ad1f30911301108w4c3e278fi9ec89c77b2b128e8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org > just to clarify, GreekLowerCaseFilter really shouldn't > exist either. The > final sigma problem it has (where there are two lowercase > forms depending > upon position in word), this is also solved with unicode > case folding or > collation. This is a perfect example of how lowercase is > the wrong operation > for search. > > and RussianLowerCaseFilter is deprecated now, it does the > exact same thing > as LowerCaseFilter. Thank you for your explanations. I just read the java-doc of org.apache.lucene.collation. If I am not wrong it is better to remove lowercasefilter completely from analyzer chain and add CollationKeyFilter with appropriate Locale right after the Tokenizer. Just as in CollationKeyAnalyzer. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org