Hi all, We are using solr cloud (version 8.10). We are using deleteById which takes the id and route value to delete the id from the specific shard. deleteById takes only one value of id.
I want to ask if there is any way to send multiple ids to deleteById with route parameter and if can we send multiple update requests to one solr request.