erayerdem opened a new pull request #5789:
URL: https://github.com/apache/camel/pull/5789
When a specific index is not given in the searchrequest object, the index
name in camel dsl should be taken.
`.setBody(constant(new SearchRequest()))
.to("elasticsearch-rest://elasticsearch?operation=Search&indexName=camel&useScroll=true&scrollKeepAliveMs=30000")`
In this scenario, a query is made with an empty index and documents related
to the index are sent to me. If we change the code like this, it will search
the camel index.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]