Currently, Solr cores are left in place if a site is deleted. Functionality can be added to fix this by adding logic to call
http://localhost:8983/solr/admin/cores?action=UNLOAD&deleteIndex=true&deleteInstanceDir=true&core=CORE_NAME
The Solr URL is in the Solr root config, and the name of each core can be pulled from the individual index configurations. The DELETE information screen text should also be updated.
Currently, Solr cores are left in place if a site is deleted. Functionality can be added to fix this by adding logic to call
The Solr URL is in the Solr root config, and the name of each core can be pulled from the individual index configurations. The DELETE information screen text should also be updated.