Hello, Mr. Paras: Thank you for your response, and I apologize for confusing you.
Actually, I can do restore by /replication hander. What I did not get the idea is, how to use the following URLs, which are from the "Making And Restoring Backups" section of the Solr Reference Guide. 1. http://localhost:8983/solr/admin/cores?action=CREATESNAPSHOT&core=techproducts&commitName=commit1 2. http://localhost:8983/solr/admin/cores?action=LISTSNAPSHOTS&core=techproducts&commitName=commit1 3. http://localhost:8983/solr/admin/cores?action=DELETESNAPSHOT&core=techproducts&commitName=commit1 It seems like "Snapshot", made by CREATESNAPSHOT API, hold the path to the index and commit name only. How can I use a "snapshot", which is generated by CREATESNAPSHOT API? Sincerely, Kaya Ota