Reputation: 1
I have a collection with compositeId router with 5 shards. One of the shard contains around 20 million documents. is there a way to split the shard further into 2 shards having roughly equal documents? (10 million + 10 million documents)?
Upvotes: 0
Views: 18
Reputation: 357
Have you looked into the shard splitting: https://solr.apache.org/guide/6_6/collections-api.html#CollectionsAPI-splitshard
Upvotes: 0