On 4/16/2013 2:39 PM, Jie Sun wrote:
<?xml version="1.0" encoding="UTF-8" ?> <solr persistent="true"> <cores adminPath="/admin/cores"> <core name="default" instanceDir="./"/> <core name="413a" instanceDir="./"/> <core name="blah" instanceDir="./"/> ... </cores> </solr>the command I ran was to rename from '413' to '413a'. when i debug through solr CoreAdminHandler, I notice the persistent flag only controls if the new data will be persisted to solr.xml or not, thus as you can see, it did changed my solr.xml, there is no problem here. But the index dir ends up with no change at all (still '413').
I filed an issue for this. https://issues.apache.org/jira/browse/SOLR-4732 Thanks, Shawn
