On 12/8/2014 11:10 PM, Manohar Sripada wrote: > How to edit the configuration that is linked to a collection?? I am using > SolrCloud and I upload my config to Zookeeper. So, if I modify and upload > the config, will that not impact the latest collection as well, if I don't > reload the latest collection?
Yes, you would need to change the config and re-upload it to zookeeper before you do the reload. Any collections linked to that config will use the new config on reload or when a new collection linked to that config is created. The scenario I have described probably requires that you have more than one config in zookeeper - one that has the caches and warming configured for production, and one that doesn't, plus any other configs you might require. You could re-link the "old" collection to the config with no caches before you reload it. Thanks, Shawn