On 7/9/2019 6:07 AM, talvinder.matharu wrote:
If solr restarts only search for cores within the Solr home, should the value 'instanceDir' be limited to relative directory path when creating them in via the admin interface, installing the instance into Solr home and therefore avoiding this issue?
Yes. If any cores live outside the place Solr searches, they will have to be manually recreated with the CoreAdmin API after a restart.
Thanks, Shawn