On Jan 20, 2011, at 12:49 AM, Grijesh wrote:

> 
> Hi Mark,
> 
> I was just working on SolrCloud for my R&D and I got a question in my Mind.
> Since in SolrCloud the configuration files are being shared on all Cloud
> instances and If I have different configuration files for different cores
> then how can I manage it by my Zookeeper managed SolrCloud.
> 
> -----
> Thanx:
> Grijesh



You can create as many configuration sets as you want - then you just set on 
the collection zk node which set of config files should be used.

On the Cloud wiki you will see:

-Dbootstrap_confdir=./solr/conf -Dcollection.configName=myconf

That will upload the config files in ./solr/conf to a config set named myconf. 
When there is only one config set, that is what will be used - but when there 
is more than one, you can set which config set to use on the collection node.

- Mark Miller
lucidimagination.com




Reply via email to