I want to be able to do some thing like.
PUT my_index/_doc/1?routing=user1&refresh=true
{
"title": "This is a document"
}
As described in https://www.elastic.co/guide/en/elasticsearch/reference/6.2/mapping-routing-field.html#mapping-routing-field.
Does the connector support it. So I may have a dataframe with 10000 documents and they might belong to 4 distinct users and I want to route the related docs to a shard/shards.