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 the fly?
Using Zookeeper means that you are using SolrCloud. SolrCloud has kept all core-level configuration (solrconfig.xml, schema.xml, etc) in zookeeper since before its public debut with version 4.0. It already does exactly what you are asking. I think that eventually Solr will move to a point where zookeeper will be required, and basically there will be no "SolrCloud" distinction - if you're running Solr at all, then you're running SolrCloud. Assuming that I'm right about that, I don't know if it will happen with 5.0 or 6.0. There's a lot of life left in Solr 4.x. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org