Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change 
notification.

The following page has been changed by HarryWagner:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem

------------------------------------------------------------------------------
- [#http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi KStem] is an 
alternative to Porter for developers looking for a less agressive stemmer. It 
was written by Bob Krovetz and ported to Lucene by Sergio Guzman-Lara (UMASS 
Amherst). Harry Wagner (OCLC) modified the {{{KStemFilter}}} source for use 
with Solr (see below). Additional information regarding KStem and Solr can be 
found [#https://issues.apache.org/jira/browse/SOLR-379 here]. Do the following 
to use KStem in your Solr implementation:
+ [http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi KStem] is an 
alternative to Porter for developers looking for a less agressive stemmer. It 
was written by Bob Krovetz and ported to Lucene by Sergio Guzman-Lara (UMASS 
Amherst). Harry Wagner (OCLC) modified the {{{KStemFilter}}} source for use 
with Solr (see below). Additional information regarding KStem and Solr can be 
found [https://issues.apache.org/jira/browse/SOLR-379 here]. Do the following 
to use KStem in your Solr implementation:
  
-  1. Download [#http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi KStem]
+  1. Download [http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi KStem]
   2. Unpack the jar file
   3. Modify the package name on the source files to match your install
   4. Replace {{{KStemFilter.java}}} with {{{KStemFilterFactory.java}}} (see 
source listing below).  There is a licensing issue that prevents this code from 
being included in Solr or available as a download.

Reply via email to