Hi! There is a polish stemmer http://www.getopt.org/stempel/ and I have problems connecting it with solr 1.4.1 Questions:
1. Where EXACTLY do I put "stemper-1.0.jar" file? 2. How do I register the file, so I can build a fieldType like: <fieldType name="text_pl" class="solr.TextField"> <analyzer class="org.geoopt.solr.analysis.StempelTokenFilterFactory"/> </fieldType> 3. Is that the right approach to make it work? Thanks for verbose explanation, Jakub.