We just tried to use .../solr/admin/cores?action=RENAME&core=core0&other=core5
to rename a core 'old' to 'new'. After the request is done, the solr.xml has new core name, and the solr admin shows the new core name in the list. But the index dir still has the old name as the directory name. I looked into solr 3.5 code, this is what the code does. However, if I bounce tomcat/solr, when solr is started up, it creates new index dir with 'new', and now of course there is no longer any document returned if you search the core. is this a bug? or did I miss anything? thanks Jie -- View this message in context: http://lucene.472066.n3.nabble.com/solr-3-5-core-rename-issue-tp4056425.html Sent from the Solr - User mailing list archive at Nabble.com.