It is possible to define an analyzer with more than one Stem-filter for more 
languages?

Something like this:

<analyzer type="index">
                ...
<filter class="solr.PorterStemFilterFactory"/>  (default for english)
<filter class="solr.SnowballPorterFilterFactory" language="German2" />
</analyzer>

Greetings
Francesco

Reply via email to