Is it possible to create a core on a master SOLR server and have it automatically replicated to a new slave core? We're running SOLR 6.2 at the moment, and manually creating the core on the master, and then the slave. Once we feed the master we're good to go. My manager approached me with a change to our setup, and in order to facilitate it....I need to somehow get the core replicated automatically from master to slave at creation time....without manually calling create core on the slave.
Is this even possible? I know that the master knows absolutely nothing about it's slaves out of the box...and I have yet to find any documentation that tells me otherwise, but figured I'd hit up you experts out here before I called this a wash.