Ciao to all!
        We're testing Collections API on our SolrCloud test cluster (4.10.1) 
managed by a standalone Zookeeper server (3.4.6).

We're following Collection API documentation and Yonik Seeley's blog post about 
Migration feature available since 4.7.x you can read also at: 
http://heliosearch.org/solr-4-7-features/

We have two collections with the same number of shards and nodes. Our UniqueKey 
is simply "id" field (which indeed represents an URI). We tried to migrate the 
first collection to the second using the following API call:
http://10.10.80.97:9474/solr/admin/collections?action=MIGRATE&collection=web4&target.collection=web6&split.key=http
then we committed an update on the second collection. Unfortunately we can't 
see any data there.

We didn't get any error in the response XML: http://pastebin.com/ggQ6fhfT  
We're unsure about the value of the split.key argument. We chose "http" instead 
of leaving it empty (it's a mandatory field). 
Our goal is to migrate an entire collection to another one.

--
Best regards, Pierluigi Tassi

Reply via email to