On 6/28/2014 10:27 AM, spirtt0 wrote:
> Great. I hope my last questions :) Does zookeeper manage changes in other xml
> config files, except solrconfig.xml and schema.xml ? For example, if i add
> new rule for delta-import to existing dataimport.xml, use zkCli for update
> and reload collection - is it right way to got changes in dataimporthandler
> without restarting SolrCloud ? 

Zookeeper holds the entire configuration, including files other than
schema and solrconfig, like the dataimport configuration.  Uploading the
config with zkCli and restarting the collection is the way to deal with
changes in those files as well.

Thanks,
Shawn

Reply via email to