Re: Doubt in FuzzyQuery

2007-05-03 Thread Stefan Will
It seems to me like a french stemmer is what you need instead of a fuzzy query. What analyzer are you using for your documents and queries ? -- Stefan [EMAIL PROTECTED] wrote: Hi! I have a problem in dealing whith a fuzzy query in Lucene 2.1.0. In order to explain my problem, I illustrate it

Re: Doubt in FuzzyQuery

2007-05-03 Thread Erick Erickson
It would help a lot if you can either post a snippet of code showing how you construct the fuzzy query or create a small, self-contained program illustrating the problem. With the latter approach, I've often found that in the middle of creating the program, what I'm doing wrong surfaces ... Best