RE: Solrconfig in zookeeper

2013-09-12 Thread Uwe Schindler
To: dev@lucene.apache.org Subject: Solrconfig in zookeeper As Solr 4.5 allows to store solr.xml in zookeeper, any ideas for supporting the same for other config files especially solrconfig.xml? so that we can change the relevance (boosting/scoring) settings, like qf, bf etc, for different

Re: Solrconfig in zookeeper

2013-09-12 Thread Kranti Parisa
Cool, thanks for the info. I am not using SolrCloud yet, but have plans and this would be another motivation factor. Thanks Regards, Kranti K Parisa http://www.linkedin.com/in/krantiparisa On Thu, Sep 12, 2013 at 1:20 PM, Shawn Heisey s...@elyograg.org wrote: On 9/12/2013 11:02 AM, Kranti

Solrconfig in zookeeper

2013-09-12 Thread Kranti Parisa
As Solr 4.5 allows to store solr.xml in zookeeper, any ideas for supporting the same for other config files especially solrconfig.xml? so that we can change the relevance (boosting/scoring) settings, like qf, bf etc, for different request handlers on the fly? Thanks Regards, Kranti K Parisa

Re: Solrconfig in zookeeper

2013-09-12 Thread Shawn Heisey
On 9/12/2013 11:02 AM, Kranti Parisa wrote: As Solr 4.5 allows to store solr.xml in zookeeper, any ideas for supporting the same for other config files especially solrconfig.xml? so that we can change the relevance (boosting/scoring) settings, like qf, bf etc, for different request handlers on

Re: Solrconfig in zookeeper

2013-09-12 Thread Upayavira
Question is, what do you want to achieve? What benefit do you see yourself getting from having configs in zookeeper? There may be another way of getting those benefits. Also note, whilst you can upload solrconfig.xml to Zookeeper as a part of SolrCloud, you still need to reload a core to

Re: Solrconfig in zookeeper

2013-09-12 Thread Kranti Parisa
The benefit is to update directly on the zookeeper and no need to touch the file system. And functional aspects is what I wrote in my first email, I want to change the default boost values for specific request handlers and I don't want to pass them via the Solr API. Because we have our own REST