Hi, I came across "index.routing_partition_size" and would like to experiment the same for our scenario. Prev when we used custom routing, we leveraged the _search_shards api to get to know the routingId to shardId mapping.
With setting "index.routing_partition_size", how can we know the list of shards the data might be spread across ?
Also, lets say if I set "index.routing_partition_size" to 5 and we index 5 docs will the 5 docs be in 5 different shards?
Thanks, Divya