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]
   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 issues that prevent this code from being included 
in Solr or available as a download.
+  4. Replace {{{KStemFilter.java}}} with {{{KStemFilterFactory.java}}} (see 
source listing below).  There is a licensing issues that prevent this code from 
being included in Solr or available as a download.
   5. Build the jar file and drop that into your Solr /lib directory
   6. Modify your schema as follows:
  

Reply via email to