Hello, I cannot find any examples how to configure FinnishLightStemFilterFactory (I understood that SnowballPorterFilterFactory for Finnish language doesn't work correctly). I tried following in my schema.xml, but I got org.apache.solr.common.SolrException: Error loading class 'solr.FinnishLightStemFilterFactory' ... <filter class="solr.LowerCaseFilterFactory"/> <filter class="solr.FinnishLightStemFilterFactory"/> ...
Is there some parameters or some additional steps that are required in order to use this component? Br, Laura
