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

Release v1.13.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 18:44
e6322fb

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)