Re: Stemming question

2011-03-16 Thread Ahmet Arslan
> When I use the Porter Stemmer in > Solr, it appears to take works that are > stemmed and replace it with the root work in the index. > I verified this by looking at analysis.jsp. > > Is there an option to expand the stemmer to include all > combinations of the > word? Like include 's, ly, etc?

Re: Stemming question

2011-03-16 Thread Markus Jelsma
Hmm, i'm not sure if its supposed to stem that way but if it doesn't and you insist then you might be able to abuse the PatternReplaceFilterFactory. On Wednesday 16 March 2011 06:02:32 Bill Bell wrote: > When I use the Porter Stemmer in Solr, it appears to take works that are > stemmed and replac

Stemming question

2011-03-15 Thread Bill Bell
When I use the Porter Stemmer in Solr, it appears to take works that are stemmed and replace it with the root work in the index. I verified this by looking at analysis.jsp. Is there an option to expand the stemmer to include all combinations of the word? Like include 's, ly, etc? Other options be