Hi, I'm using multi-core feature of Solr. Each Solr instance maintains multiple-core - each core of size 100G. I would like to delete older cores directory completely after 2 weeks (using file.delete). Currently, Solr loads all the cores that are listed in solr.xml. I was thinking of following,
1) Call unload service to unload the core from Solr - would this remove the entry from solr.xml as well? 2) Delete the core directory Would this work? I'm hoping I don't have to restart or do any individual document deletes. Thanks, -vivek