Re: Is it possible to replicate just the solrconfig.xml file

2014-10-09 Thread Erick Erickson
You can set up a config files section of in solrconfig on the master, something like: schema.xml,stopwords.txt I'm not totally sure whether this only replicates the files if they've changed, but even if not it's not that much network traffic that I'd worry about. bq: ... schema.xml, solrconfig.xm

Is it possible to replicate just the solrconfig.xml file

2014-10-09 Thread Tang, Rebecca
I have a master-slave set up. Most of the times when I replicate, I want to replicate the index as well as some of the config files like schema.xml, solrconfig.xml, etc. I have this set up and it works well. But sometimes, I make a small tweak to solrconfig.xml and deploy it to the master. Af