Problem:
SolrCore Initialization Failures
MyCore123: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error loading class 'solr.XSLTResponseWriter'
Please check your logs for more information
Solution
<queryResponseWriter name="xslt" class="solr.scripting.xslt.XSLTResponseWriter">
<int name="xsltCacheLifetimeSeconds">5</int>
</queryResponseWriter>
Neuen Kommentar schreiben