upconfig is for _configurations_. Each collection can use one of the configurations.
Solr.xml is configuration for the entire Solr instance so it doesn't make sense for it to be part of upconfig. There's certainly room for something explicit to upload it separate from configsets though... Best, Erick On Tue, Apr 12, 2016 at 1:20 PM, John Bickerstaff <j...@johnbickerstaff.com> wrote: > Hello all, > > I'm wondering if anyone can comment on arguments for and against putting > solr.xml into Zookeeper? > > I assume one argument for doing so is that I would then have all > configuration in one place. > > I also assume that if it doesn't get included as part of the upconfig > command, there is likely a reason? > > Thanks...