We were forced to use the Solr HTTP api to get search highlighting which is not supported by the DSE Search integration.
Is there any way for us to implement shard query routing when hitting the Solr http api?
From what I understand I would need to find the node mapped to the target partition key (which I have no idea how to do with CQL) and then issue the Solr request to that node. Even then, there's no guarantee Solr wont issue the request to all nodes in the cluster.