Re: search with accent not match

2008-10-13 Thread lekamm
Does this : http://www.blardone.org/2008/10/12/lucene-query-accented-character/ solve your problem ? Cheers, lekamm Christophe from paris wrote: > > Hello > > I'm use FrenchAnalyzer for index > > IndexWriter writer = new IndexWriter(pathOfIndex, new F

Re: search with accent not match

2008-10-14 Thread lekamm
http://www.blardone.org/2008/10/12/lucene-query-accented-character/ Is specific about Php, but can be easily use try to solve the same problem in Java. I had the same problem as "Christophe from paris", and changing the query to it's html encoded equivalent makes my search queries work. So Perh