On Thu, Oct 18, 2012 at 11:45 AM, jimtronic <jimtro...@gmail.com> wrote: > If I make a change to my solrconfig.xml file on one of > the servers and restart the server with the bootstrap_conf=true option, will > that change be sent to the other nodes? >
Keep in mind, if you don't want to restart that server, you can use the zkcli command line scripts to upload new config: http://wiki.apache.org/solr/SolrCloud#Command_Line_Util You will still need to reload the collection though. -- - Mark