Re: Stemming questions

2012-08-07 Thread Jack Krupansky
You could use a synonym filter to map "ran" to "run". ran => run (and apply same filter at query and index time) or ran, run (only apply filter at index time, synonym filtering not needed at query time) But you would have to manually add all such word forms. -- Jack Krupansky -Original

Re: Stemming questions

2012-08-07 Thread Tanguy Moal
Dear Alexander, A few questions on stemming support in Solr 3.6.1: > - Can you do non-English stemming? > With solr, many languages are supported, see http://wiki.apache.org/solr/LanguageAnalysis - We're using solr.PorterStemFilterFactory on the "text_en" field type. We > will index a ton of PD