Re: Migrating Solr from one server to another

2018-01-29 Thread Erick Erickson
Assuming you have some down time (that is, time when you're not actively indexing), "it's just files". So: > create a parallel local cluster. By "parallel" I mean the same number of > shards. I'd create it with only one replica/shard to start (i.e. every shard > will have only a leader). > shut d

Migrating Solr from one server to another

2018-01-29 Thread Aditya
Hi, I have a Solr instance running on AWS with close to 1000K documents. We've decided to stop using AWS and migrate to local clusters and hence I need to migrate the data from AWS to local. Can anyone help me out on how to go about the process? I came across methods that first migrate all the da