Re: XSLT caching mechanism

2011-11-14 Thread Chantal Ackermann
In solrconfig.xml, change the xsltCacheLifetimeSeconds property of the XSLTResponseWriter to the desired value (this example 6000secs): 6000 On Mon, 2011-11-14 at 15:31 +0100, vrpar...@gmail.com wrote: > Hello All, > > i am using xslt to transform solr xml response, when made search;getting

Re: XSLT caching mechanism

2011-11-14 Thread Erik Hatcher
Set the cache lifetime high, like it says. Questions - why use the XSLT response writer? What are you transforming the response into and digesting it with? Erik On Nov 14, 2011, at 09:31 , vrpar...@gmail.com wrote: > Hello All, > > i am using xslt to transform solr xml response, when