Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to invoke asynchronous search from client application using RestHighLevelClient #135

Closed
Wildsoft opened this issue Apr 20, 2022 · 1 comment
Assignees
Labels
bug Something isn't working untriaged

Comments

@Wildsoft
Copy link

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

@eirsep
Copy link
Member

eirsep commented Jun 8, 2022

opensearch-java is meant to replace the existing OpenSearch Java High Level REST Client.

That supports async search feature.

@eirsep eirsep closed this as completed Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

2 participants