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 New page: [#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 to KStemFilterFactory for use with Solr (see below). [#https://issues.apache.org/jira/browse/SOLR-379 Additional information] regarding KStem and Solr can be found here. Do the following to use KStem in your Solr implementation: 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
