I am setting a Bulk request to ElasticSearch and specifying the shard to route to.
But when I run it, the documents get sent to different shards.
Is this a bug i
@Henley Chiu has given the correct answer, I add one detail:
_routing
routing
So, you'd better use routing for better future compatibility.