, 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.
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
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
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