OpenSearch/x-pack/plugin/async-search/qa
Jim Ferenczi c7ff67ddef Preserve final response headers in asynchronous search (#54349)
This change adds the response headers of the original search request
in the stored response in order to be able to restore them when retrieving a result
from the async-search index. It also ensures that response headers are preserved for
users that retrieve a final response on a running search task.
Partial response can eventually return response headers too but this change only ensures
that they are present when the response if final.

Relates #33936
2020-04-07 08:37:03 +02:00
..
rest Preserve final response headers in asynchronous search (#54349) 2020-04-07 08:37:03 +02:00
security Fix transport serialization of AsyncSearchUser (#54761) 2020-04-07 08:25:58 +02:00
build.gradle Add new x-pack endpoints to track the progress of a search asynchronously (#49931) (#53591) 2020-03-16 15:31:27 +01:00