Details
Description
I've noticed that some elasticsearch operations needs another key element ("doc") added to the map before it is passed to camel route.
It can be seen on many places in the camel tests - eg. https://github.com/apache/camel/blob/main/components/camel-elasticsearch/src/test/java/org/apache/camel/component/es/integration/ElasticsearchGetSearchDeleteExistsUpdateIT.java#L280
This is regression to previous camel-elasticsearch-rest component and could be tricky for users to figure it out (as i had to as well).
It would be nice to document it and also provide some example with its usage.