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
OpenSearch allows asynchronous search https://opensearch.org/docs/latest/search-plugins/async/index/, but i couldn't find equivalent functions in the Java API.
Scroll is usefull, but if one needs to query for large amounts of data with e.g. collapse async requests are required.
What solution would you like?
Additionally to search a async_search function for the OpenSearchClient.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
OpenSearch allows asynchronous search https://opensearch.org/docs/latest/search-plugins/async/index/, but i couldn't find equivalent functions in the Java API.
Scroll is usefull, but if one needs to query for large amounts of data with e.g. collapse async requests are required.
What solution would you like?
Additionally to
search
aasync_search
function for theOpenSearchClient
.The text was updated successfully, but these errors were encountered: