Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Releases: opendistro-for-elasticsearch/asynchronous-search

Pre-release v1.13.2.0

03 Apr 05:47
4020b9d
Compare
Choose a tag to compare
Pre-release v1.13.2.0 Pre-release
Pre-release
replace deprecated api call to index docs (#39)

Release v1.13.0.1

18 Feb 18:44
e6322fb
Compare
Choose a tag to compare

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

  • Listener framework for asynchronous search (#2)
  • Service layer and Transport Handlers (#8)
  • Rest Layer and Asynchronous Search Cleanup Management (#9)
  • Integrates security with asynchronous search (#11)

v1.13.0.0 pre-release

03 Feb 17:10
c1779e9
Compare
Choose a tag to compare
v1.13.0.0 pre-release Pre-release
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]>