ter(result, stopSet);
result = new PorterStemFilter(result);
return result;
}
Samir
-Message d'origine-
De : spinergywmy [mailto:[EMAIL PROTECTED]
Envoyé : lundi, 27. août 2007 12:51
À : java-user@lucene.apache.org
Objet : RE: Get results from partial search keyword
Hi,
Hi,
Just wonder do you have any example that I can refer to on how to use the
stemmer filter?
Thank you.
--
View this message in context:
http://www.nabble.com/Get-results-from-partial-search-keyword-tf4333228.html#a12344878
Sent from the Lucene - Java Users mailing list archive at Nabbl
Hi,
To handle such a problem, you should use an analyzer with a stemmer (Porter
stemmer for example). You have just to add the stemmer filter to your
analyser.
Hope this help,
Samir
-Message d'origine-
De : spinergywmy [mailto:[EMAIL PROTECTED]
Envoyé : lundi, 27. août 2007 05:55
À :