Hi, Is it possible to configure which xsl file to use for a particular queryResponseWriter in the solrconfig.xml?
I would like to have something like the following so that I don't have put it in for every query. <queryResponseWriter name="opensearch" default="true" class="org.apache.solr.request.XSLTResponseWriter"> <int name="xsltCacheLifetimeSeconds">5</int> <str name="tr">opensearch.xsl</str> </queryResponseWriter> Any ideas? Cheers Rob