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
https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-RequestStatus On Tue, Dec 15, 2015 at 9:27 PM, philippa griggs wrote: > Hello, > > > Solr 5.2.1. > > > I'm using the collection API migrate statement in our test environment with > the

Re: Collection API migrate statement

2015-12-15 Thread Erick Erickson
ection? Is the traffic on the Hot part really heavy enough to warrant the complexity? Best, Erick On Tue, Dec 15, 2015 at 7:57 AM, philippa griggs wrote: > Hello, > > > Solr 5.2.1. > > > I'm using the collection API migrate statement in our test environment with

Collection API migrate statement

2015-12-15 Thread philippa griggs
Hello, Solr 5.2.1. I'm using the collection API migrate statement in our test environment with the view to implement a Hot, Cold arrangement- newer documents will be kept on the Hot collection and each night the oldest documents will be migrated into the Cold collection. I've