This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new bd296c7  Regen for commit 99675f04a3ad1a2e4015d4b302c4f1f02fcaf321 
(#5807)
bd296c7 is described below

commit bd296c766bb66aa19a73e6eea94e466659ad6d0f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 7 12:00:14 2021 +0200

    Regen for commit 99675f04a3ad1a2e4015d4b302c4f1f02fcaf321 (#5807)
    
    Signed-off-by: GitHub <[email protected]>
    
    Co-authored-by: oscerd <[email protected]>
---
 .../org/apache/camel/catalog/docs/elasticsearch-rest-component.adoc     | 2 --
 docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc    | 2 --
 2 files changed, 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/elasticsearch-rest-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/elasticsearch-rest-component.adoc
index 2338dc9..19a8ba0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/elasticsearch-rest-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/elasticsearch-rest-component.adoc
@@ -316,10 +316,8 @@ MultiSearch on specific field(s)
 ----
 SearchRequest req = new SearchRequest();
 req.indices("twitter");
-req.types("tweet");
 SearchRequest req1 = new SearchRequest();
 req.indices("twitter");
-req.types("tweets");
 MultiSearchRequest request = new MultiSearchRequest().add(req1).add(req);
 Item[] response = template.requestBody("direct:search", request, Item[].class);
 ----
diff --git 
a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc 
b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
index 0207c44..1cb67ce 100644
--- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
@@ -318,10 +318,8 @@ MultiSearch on specific field(s)
 ----
 SearchRequest req = new SearchRequest();
 req.indices("twitter");
-req.types("tweet");
 SearchRequest req1 = new SearchRequest();
 req.indices("twitter");
-req.types("tweets");
 MultiSearchRequest request = new MultiSearchRequest().add(req1).add(req);
 Item[] response = template.requestBody("direct:search", request, Item[].class);
 ----

Reply via email to