Hi!I'm running on solr 9 and I follow guide ( https://solr.apache.org/guide/solr/latest/query-guide/response-writers.html ) to add XSLT ResponseWriter to my_core_name/conf/solrcongif.xml
I restarted the core and everything seems to be fine but when I run my query I get this error
org.apache.solr.common.SolrException: Error loading class 'solr.XSLTResponseWriter'
I am unable to find a solution, can anyone help me? Thanks.