Greetings,
I'm getting a strange behaviour when using the FrenchAnalyzer.
Calling the same class (Searcher.java, see below) from a JSP file and from a
Java class, gives differents results when the query contains accents !
Notice the different value of the query object :
q = "secrétaire"
If ca
No it doesn't, still gettig the same output... :-(
Daniel Naber-10 wrote:
>
> On Samstag, 8. November 2008, lamino wrote:
>
>> String q = "secrétaire";
>
> Does it help if you escape it like this: "secr\u00e9taire"? The java
> com