On Thu, Jun 6, 2013, at 07:54 PM, Christopher Gross wrote:
> In 3.x Solr (and earlier) I was able to create a new xslt doc in the
> conf/xslt directory and immediately start using it.
> 
> In my 4.1 setup, I have:
>   <queryResponseWriter name="xslt" class="solr.XSLTResponseWriter">
>     <int name="xsltCacheLifetimeSeconds">5</int>
>   </queryResponseWriter>
> 
> But after that small wait I still can't use it.  Is there another setting
> that I'm missing somewhere?  I am using SolrCloud, do I need to have
> zookeeper push that change out?

I think you're right - these configs need to be uploaded to ZooKeeper.
You can use the cloud-scripts/zkCli.sh file in the example dir to upload
it.

Upayavira
  • new xslt Christopher Gross
    • Re: new xslt Upayavira

Reply via email to