This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Feature Release Version 1.13.0.1
Initial launch of Asynchronous Search on opendistro-for-elasticsearch (RFC)
Occasionally business would like to run queries on vast amount of data that can take very long to return results.
Asynchronous search makes it possible for users to run such queries without worrying about the query timing out. These queries run in the background, and users can track the progress, and retrieve results as they become available.
The asynchronous search APIs let you asynchronously execute a search request, monitor its progress, and retrieve partial results as they become available.
Maintenance
- Supports Elasticsearch 7.10.2 (#32)