Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 92570 invoked from network); 21 May 2007 09:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 May 2007 09:30:34 -0000 Received: (qmail 66910 invoked by uid 500); 21 May 2007 09:30:32 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 66873 invoked by uid 500); 21 May 2007 09:30:32 -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 66862 invoked by uid 99); 21 May 2007 09:30:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 02:30:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2007 02:30:26 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Hq4DN-0002f6-Ph for java-user@lucene.apache.org; Mon, 21 May 2007 02:30:05 -0700 Message-ID: <10715673.post@talk.nabble.com> Date: Mon, 21 May 2007 02:30:05 -0700 (PDT) From: Jolinar13 To: java-user@lucene.apache.org Subject: Very odd behaviour of FrenchAnalyzer with strings in capital letters MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jolinar13@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hello, I tried org.apache.lucene.analysis.fr.FrenchAnalyzer and I got strange search results on strings in uppercase. (example : VEHICLE) When I search the string (in lower case), I get no result. I get results if I use "vehicle*" or "vehiclE", or "vehicLe" etc. What is odd is that it affects only some of the strings, not all of them. Anyone who has ever experienced this problem? Thanks, Florian -- View this message in context: http://www.nabble.com/Very-odd-behaviour-of-FrenchAnalyzer-with-strings-in-capital-letters-tf3789153.html#a10715673 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