You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2016/08/01 20:25:40 UTC

[Solr Wiki] Update of "AnalyzersTokenizersTokenFilters/Kstem" by CassandraTargett

Dear Wiki user,

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

The "AnalyzersTokenizersTokenFilters/Kstem" page has been changed by CassandraTargett:
https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem?action=diff&rev1=14&rev2=15

Comment:
Direct people to CWIKI for KStem docs

- KStem is an alternative to Porter for developers looking for a less aggressive stemmer. It was written by Bob Krovetz, ported to Lucene by Sergio Guzman-Lara (UMASS Amherst), and contributed to Apache Lucene/Solr by Lucid Imagination as part of <!> [[Solr3.3]]
+ {{{#!wiki important
+ This page exists for the Solr Community to share Tips, Tricks, and Advice about 
+ [[https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-KStemFilter|KStem Filter]].
  
- It is configured in Analysis as follows:
+ Reference material previously located on this page has been migrated to the 
+ [[https://cwiki.apache.org/solr/|Official Solr Reference Guide]].
+ If you need help, please consult the Ref Guide for the version of Solr you are using 
+ for the specific details about using [[https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-KStemFilter|this feature]].
  
- {{{
-  <filter class="solr.KStemFilterFactory"/>
+ If you'd like to share information about how you use this feature, please [[FrontPage#How_to_edit_this_Wiki|add it to this page]].
+ /* cwikimigrated */
  }}}
  
- See [[LanguageAnalysis#Stemming]] for more.
-