You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Gastone Penzo <ga...@gmail.com> on 2014/04/02 12:34:46 UTC

split existing indexes into shards

Hello,
i have 2 shards with 2 replicas in 4 different node like this scheme:


server1
--------------
shard1 master

server2
-------------
shard 2 master

server 3
------------
shard replicas of shard1

server 4
---------------
shard replicas of shard2



i have existing indexes only in shard 1 and i want to split them
automatically into shard2
without splitshard api, because it would create another shard in the same
server (shard1_1)
i only want to automatically move the indexes. is it possible?

-- 
*Gastone Penzo*