Re: Split Shards in Solr Collection with Implicit Routing

2024-07-29 Thread Saksham Gupta
Hi All, Pinging again for some help to split shards in collection with implicit routing. Thanks! On Mon, Jul 29, 2024 at 10:41 PM Saksham Gupta wrote: > After fidgeting with the split shards API for a few hours, I stumbled > across the line in solr documentation which states that `*split shard

Split Shards in Solr Collection with Implicit Routing

2024-07-29 Thread Saksham Gupta
After fidgeting with the split shards API for a few hours, I stumbled across the line in solr documentation which states that `*split shard api can only be used for SolrCloud collections created with numShards parameter, meaning collections which rely on Solr’s hash-based routing mechanism.*` Neve