On 10/10/2013 12:18 PM, MC wrote:
Shawn thank you for your help. I had another look at my settings, and
although classpath and code were OK, I found this entry in
solrconfig.xml:
<queryResponseWriter name="xslt"
class="org.apache.solr.request.XSLTResponseWriter">
That was the problem. So you were right, it was a relic of the old
version. My code started working after I changed it to this:
<queryResponseWriter name="xslt"
class="org.apache.solr.response.XSLTResponseWriter">
Awesome! I'm glad it was something easily solved.
Thanks,
Shawn