Hello,
My embedded solr server (4.4.0) is crashing when I submit a query.
The reason is this:
Caused by: java.lang.ClassNotFoundException: org.apache.solr.request.XSLTResponseWriter

I have the following jars in my classpath:
solr-core-4.4.0.jar
solr-solrj-4.4.0.jar
solr-dataimporthandler-4.4.0.jar
solr-dataimporthandler-extras-4.4.0.jar

I checked contents of the solr-core jar, there is a file called XSLTResponseWriter in it, but it's in org.apache.solr.response package, not in org.apache.solr.request package.
I'm guessing there should be another jar?
Thanks,

M

Reply via email to