> 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?
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
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