> Is there another stemmer we can use that is perhaps not as > aggressive as the Porter Stemmer.
"KStem is an alternative to Porter for developers looking for a less agressive stemmer. It was written by Bob Krovetz, ported to Lucene by Sergio Guzman-Lara (UMASS Amherst)." [1] [1]http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters/Kstem?highlight=(kstemmer) > i.e. the stemming could remove ing's, > er's, but not > something so significant as to convert ""Lowe's" to "Low" By the way Apostrophes are removed by StandardFilter in your analyzer chain. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org