Reputation: 361
How can I migrate SOLR files (indexed) from one server to another?
Upvotes: 7
Views: 6814
Reputation: 3800
Just copy your data
directory under the path, where you configured your solr-Home wherever you want. See this, because it is a Lucene index. Or you can use the solr backup tool.
Upvotes: 6