Your suggestions don't work either! Both
<filter class="org.apache.solr.analysis.GermanStemFilter"/> and <filter
class="solr.GermanStemFilter"/>
lead to
org.apache.solr.core.SolrException: Error loading class ..
Probably someone who knows more about this can shed some light, but
aren't you supposed to use GermanStemFilter instead of
GermanStemFilterFactory ?
On Feb 5, 2008 1:27 AM, Tobias Lohr <[EMAIL PROTECTED]> wrote:
No ideas??
Hi,
I wonder how I can setup a German stemmer correctly in a list of
filters for a field type definition.
Neither
<filter class="solr.GermanStemFilterFactory"/>
nor
<filter class="org.apache.solr.analysis.GermanStemFilterFactory"/>
works. Any suggestions?
Thanks, Tobi