Hi Jorg, On 1/16/07, Jörg Pfründer <[EMAIL PROTECTED]> wrote:
...is there anyone who has experience on internationalization (internationalisation) with SOLR?...
I've been setting up a french language index in the last months, and it works very well. There are some pointers on how to analyze French text in my article at xml.com (see http://wiki.apache.org/solr/SolrResources).
...How do you setup a multi language data index? Should we use a dynamic field like text_en, text_fr, text_es?...
Yes, I don't think you can currently mix languages in the same field, so having fields named after the language might be the easiest.
Is there a GermanPorterFilterFactory or FrenchPorterFilterFactory?...
The SnowballFilterFactory now supports a language parameter, see http://issues.apache.org/jira/browse/SOLR-27 Hope this helps, -Bertrand