Copying a SolrCloud collection to other hosts

2018-03-06 Thread Patrick Schemitz
Hi List, so I'm running a bunch of SolrCloud clusters (each cluster is: 8 shards on 2 servers, with 4 instances per server, no replicas, i.e. 1 shard per instance). Building the index afresh takes 15+ hours, so when I have to deploy a new index, I build it once, on one cluster, and then copy (scp

Re: Copying a SolrCloud collection to other hosts

2018-03-15 Thread Patrick Schemitz
source and target > information, you could do this by using the CLUSTERSTATUS collections > API call. > > Best, > Erick > > On Tue, Mar 6, 2018 at 6:47 AM, Patrick Schemitz wrote: > > Hi List, > > > > so I'm running a bunch of SolrCloud clusters (each