CAMEL-10117: Camel-Elasticsearch: Default pathHome option should work on all the platforms - Update docs
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1c2ef210 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1c2ef210 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1c2ef210 Branch: refs/heads/camel-2.17.x Commit: 1c2ef2104f11004bec6491be719bcc0e518a3e69 Parents: d54f7da Author: Andrea Cosentino <anco...@gmail.com> Authored: Mon Jul 4 10:13:00 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Mon Jul 4 10:13:00 2016 +0200 ---------------------------------------------------------------------- components/camel-elasticsearch/src/main/docs/elasticsearch.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1c2ef210/components/camel-elasticsearch/src/main/docs/elasticsearch.adoc ---------------------------------------------------------------------- diff --git a/components/camel-elasticsearch/src/main/docs/elasticsearch.adoc b/components/camel-elasticsearch/src/main/docs/elasticsearch.adoc index 1daf35d..a064206 100644 --- a/components/camel-elasticsearch/src/main/docs/elasticsearch.adoc +++ b/components/camel-elasticsearch/src/main/docs/elasticsearch.adoc @@ -74,10 +74,10 @@ of SYNC, ASYNC or DEFAULT) *Camel 2.16* .*From version 2.17 replicationType opti elasticsearch 2.0.0 the async replication has been removed.* ======= + // endpoint options: START The Elasticsearch component supports 13 endpoint options which are listed below: -{% raw %} [width="100%",cols="2s,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -95,9 +95,9 @@ The Elasticsearch component supports 13 endpoint options which are listed below: | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END + |parent |optionally used with INDEX operations for Elasticsearch https://www.elastic.co/guide/en/elasticsearch/guide/current/parent-child.html[Parent-Child relationships] to specify the ID of the parent record *Camel 2.16.1 /