solr - Add shard replica in SolrCloud -


everytime start new node in solr cluster shard or shard replica assigned automatically. how specify shard/shards should replicated on new node ?

i'm trying configuration 3 shards, 6 servers - 1 each shard master , 3 replicas - , shard1 have 3 replicas, 1 on each of servers while shard1 , shard2 one.

how can achieved?

you can go core admin @ solrcloud web gui, unload core has been automatically assigned node , create new core, specifying collection , shard want assigned at. after create core should see @ cloud view , node has been adeed specific shard , after time documents of shard have been sychronized node.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -