GitHub user jaylapham opened a pull request: https://github.com/apache/camel/pull/665
add parent to Elasticsearch IndexRequest it is currently not possible to use camel-elasticsearch to send index requests for children in parent-child relationships, since the ?parent=<id> property isn't set. see: https://www.elastic.co/guide/en/elasticsearch/guide/current/indexing-parent-child.html You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaylapham/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/665.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #665 ---- commit 021a93b27371236b1fc3cefff02164c40c655455 Author: Jay Lapham <jaywilliamlap...@gmail.com> Date: 2015-10-30T16:59:48Z add parent to constants commit 047d8e0f5658e038e3e14af13c92e8fa2b75dc16 Author: Jay Lapham <jaywilliamlap...@gmail.com> Date: 2015-10-30T17:02:23Z add parent to elasticsearch IndexRequest commit 8d31380c3bf6b80cb1fb0736721a364ccdf81699 Author: Jay Lapham <jaywilliamlap...@gmail.com> Date: 2015-10-30T17:07:36Z style consistency ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---