Hi All, I tried to check my schema configuration through the admin UI under Analysis menu. When I put a sample text into the text box and clicked the button, the following log was created:
2023-06-30 09:24:30.768 INFO (qtp1415630650-17) [ x:books] o.a.s.c.S.Request webapp=/solr path=/analysis/field params={analysis.fieldvalue=Holnap+elmegyünk+haza&analysis.fieldname=title&analysis.showmatch=true&verbose_output=1&wt=json&_=1688117049310} status=500 QTime=24 2023-06-30 09:24:30.773 ERROR (qtp1415630650-17) [ x:books] o.a.s.s.HttpSolrCall *java.lang.RuntimeException: Error instantiating stemmer for language Hungarianfrom class null => java.lang.RuntimeException: Error instantiating stemmer for language Hungarianfrom class null* at org.apache.lucene.analysis.snowball.SnowballPorterFilterFactory.create(SnowballPorterFilterFactory.java:90) The filter is defined in my schema.xml file : <filter name="snowballPorter" language="Hungarian"/> Thanks Roland