How to perform a remote Solr core backup through SolrJ client?
问题 I want to write a java client based on SolrJ which pulls the entire core data to a file from a remote Solr server. Later on I want to replay this file to another remote Solr server core. What is the best method to implement this functionality? 回答1: It's now possible with latest Solr versions. To achieve backup on one Solr Server and restore on another one needs to do the following: For each Solr installation in solr.xml setup backup repository to point to some shared drive. For example, one