You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for ways to invoke asynchronous search from client application that uses RestHighLevelClient
From looking at RestHighLevelClient I found no way to achieve that.
Hello,
I am looking for ways to invoke asynchronous search from client application that uses RestHighLevelClient
From looking at RestHighLevelClient I found no way to achieve that.
Java client for Elastic supports that as the following:
https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-asyncsearch-asyncsearch-submit.html
Is similar functionality available for OpenSearch or is it scheduled to be supported?
Thank you
The text was updated successfully, but these errors were encountered: