Check out this
http://stackoverflow.com/questions/5549880/using-solr-for-indexing-multiple-languages
http://wiki.apache.org/solr/LanguageAnalysis#French
French stop words file (sample):
http://trac.foswiki.org/browser/trunk/SolrPlugin/solr/multicore/conf/stopwords-fr.txt
Solr includes three stem
Guys,
I am going to use the Solr4.3 to my Shopping cart project.
So I need to support my website with two languages(English and French).
So I want some guide for implement the internationalization with the
Slor4.3.
Please guide with some sample configuration to support the French language
with So