This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1f92359001641aad5c72e664010972d8a137ccd3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 5 11:34:24 2018 +0100 CAMEL-12224 - Regen docs --- .../src/main/docs/elasticsearch-rest-component.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc index 2ddc1a1..e35ee7f 100644 --- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc +++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc @@ -1,7 +1,9 @@ [[elasticsearch-rest-component]] == Elastichsearch Rest Component + *Available as of Camel version 2.21* + The ElasticSearch component allows you to interface with an https://www.elastic.co/products/elasticsearch[ElasticSearch] 6.x API using the REST Client library. @@ -222,4 +224,4 @@ Map<String, Object> query = new HashMap<>(); query.put("query", match); SearchHits response = template.requestBody("direct:search", query, SearchHits.class); ----- +---- \ No newline at end of file -- To stop receiving notification emails like this one, please contact acosent...@apache.org.