frank created SOLR-10097:
----------------------------
Summary: Migrate Documents to Another Collection
Key: SOLR-10097
URL: https://issues.apache.org/jira/browse/SOLR-10097
Project: Solr
Issue Type: Task
Security Level: Public (Default Security Level. Issues are Public)
Components: SolrCloud
Environment: redhat x86_64
Reporter: frank
Fix For: 6.3
I have a solr collections on the merger, we would like to ask the next question
is as follows I have two collections, c1 and c2,
C1 colleciton there are 10 data, id is from c1_0 to c1_9,
C2 colleciton also has 10 data, id is from c2_0 to c2_9,
I now want to c1 id c1_ format data into the c2, I implemented the following
order, it seems no effect, and why?
I c1 designated in the new router.field=id
http://localhost:8081/solr/admin/collections?action=CREATE&name=c1&numShards=3&replicationFactor=3&maxShardsPerNode=3&collection.configName=myconf&router.field=id
I refer to
https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api12
Solr version 6.3.0
I have a problem? Or understanding wrong?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]