First have you gotten a copy of Luke to examine your index to see
what's actually indexed?

The default behavior is usually to lowercase everything, but I'm not
entirely sure if the French analyzer does this. But I suspect so.

Searches are case sensitive. To get caseless searching, you need
to put everything in the same case. This is usually done for you with
any of the standard analyzers, but check specifically.

Are you using the same analyzer at index AND search time?

Best
Erick

On 5/21/07, Jolinar13 <[EMAIL PROTECTED]> wrote:


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to