ent: Friday, June 14, 2013 7:31 PM
>> To:
> java-user@.apache
>> Subject: KStemFilter
>>
>> Hello All,
>>
>> I have a new requirement within my text search implementation to perform
>> stemming. I have done some research and implemented snowball, but
>&
://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Sirish Vadala [mailto:sirishre...@gmail.com]
> Sent: Friday, June 14, 2013 7:31 PM
> To: java-user@lucene.apache.org
> Subject: KStemFilter
>
> Hello All,
>
> I have a new requir
,
StandardAnalyzer.STOP_WORDS_SET);
return new KStemFilter(result);
}
@Override
protected TokenStreamComponents createComponents(String string,
Reader reader) {
throw new UnsupportedOperationException("Not supporte