Hi John, There are a few HTTP APIs for replication, one of which can let you take a backup of the index. Restoring can be as simple as just copying over the index in the right location on the disk. A new restore API will be released with the next version of Solr which will make some of these tasks easier.
See https://cwiki.apache.org/confluence/display/solr/Index+Replication#IndexReplication-HTTPAPICommandsfortheReplicationHandler On Fri, May 8, 2015 at 10:26 PM, John Smith <g10vstmo...@gmail.com> wrote: > All, > > With a cloud setup for a collection in 4.6.1, what is the most elegant way > to backup and restore an index? > > We are specifically looking into the application of when doing a full > reindex, with the idea of building an index on one set of servers, backing > up the index, and then restoring that backup on another set of servers. Is > there a better way to rebuild indexes on another set of servers? > > We are not sharding if that makes any difference. > > Thanks, > g10vstmoney > -- Regards, Shalin Shekhar Mangar.