This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Releases: opendistro-for-elasticsearch/asynchronous-search
Releases · opendistro-for-elasticsearch/asynchronous-search
Pre-release v1.13.2.0
replace deprecated api call to index docs (#39)
Release v1.13.0.1
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)
Features
v1.13.0.0 pre-release
Adds store search failure setting (#33) Adds support for optional persistence for search failures Co-authored-by: Surya Nistala <[email protected]> Co-authored-by: Bukhtawar Khan <[email protected]>