Re: Strange behaviour of FrenchAnalyzer when using accents

2008-11-08 Thread lamino
D] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Strange-behaviour-of-FrenchAnalyzer-when-using-accents-tp20392978p20397820.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. -

Re: Strange behaviour of FrenchAnalyzer when using accents

2008-11-08 Thread Daniel Naber
On Samstag, 8. November 2008, lamino wrote: >         String q = "secrétaire"; Does it help if you escape it like this: "secr\u00e9taire"? The java compiler might interpret non-ASCII chars differently, depending on the environment it runs in. Regards Daniel -- http://www.danielnaber.de ---

Strange behaviour of FrenchAnalyzer when using accents

2008-11-07 Thread lamino
s.search(); } } OUTPUT : text:secretair Results for 'secrétaire': 1 I will appreciate your help, thank you in advance. Lamine -- View this message in context: http://www.nabble.com/Strange-behaviour-of-FrenchAnalyzer-when-using-