It will look for cores based on the discovery of core.propeties files. Full details at the link below.
https://lucene.apache.org/solr/guide/6_6/defining-core-properties.html#defining-core-properties There is a gotcha in what you want to do in that on an unload, the core.properties file is deleted in current versions of Solr - so you'll have to find a way (outside Solr) to copy it or re-create it. What is the use case here ? best -Simon On Tue, Sep 12, 2017 at 1:27 PM, Shashank Pedamallu <spedama...@vmware.com> wrote: > Hi, > > I wanted to know how does Solr pick up cores on startup. Basically, what I > would like to try is Read cores created from one Solr instance from another > Solr instance. i.e., > > * I will have 2 Solr Instances SOLR1, SOLR2. Only SOLR1 is started. > * I’m creating a core (Core1) using SOLR1. > * After filling it to some capacity, I unload this core without > deleting the data. > * I would now start SOLR2 and would like to point SOLR2 to Core1. > Can someone please share me the details on how I can achieve this? > > Thanks, > Shashank >