Re: Collection API migrate statement

2015-12-16 Thread philippa griggs
, it would be handy to know the runtime of the operation. Many thanks Philippa From: Shalin Shekhar Mangar Sent: 15 December 2015 19:05 To: solr-user@lucene.apache.org Subject: Re: Collection API migrate statement The migrate is a long running operation.

Re: Collection API migrate statement

2015-12-15 Thread Shalin Shekhar Mangar
The migrate is a long running operation. Please use it along with async= parameter so that it can execute in the background. Then you can use the request status API to poll and wait until the operation completes. If there is any error then the same request status API will return the response. See h

Re: Collection API migrate statement

2015-12-15 Thread Erick Erickson
You might look at colleciton aliasing, this is sometimes used for time-series data (which I'm guessing this is). But I have to ask whether migrating tuf faround like that is really necessary. 2M docs isn't very many, have you stress tested with just indexing them all to a single collection? Is the