Re: Stemming questions

2012-08-07 Thread Jack Krupansky
rms. -- Jack Krupansky -Original Message- From: Alexander Cougarman Sent: Tuesday, August 07, 2012 4:18 AM To: solr-user@lucene.apache.org Subject: Stemming questions Dear friends, A few questions on stemming support in Solr 3.6.1: - Can you do non-English stemming? - We're using solr.Po

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

Stemming questions

2012-08-07 Thread Alexander Cougarman
Dear friends, A few questions on stemming support in Solr 3.6.1: - Can you do non-English stemming? - We're using solr.PorterStemFilterFactory on the "text_en" field type. We will index a ton of PDF, DOCX, etc. docs in multiple languages. Is this the best filter factory to use for stemming?