OpenSearch/x-pack/plugin/async-search
Luca Cavanna 9a9cb68e83 Async Search: correct shards counting (#55758)
Async search allows users to retrieve partial results for a running search. For partial results, the number of successful shards does not include the skipped shards, while the response returned to users should.

Also, we recently had a bug where async search would miss tracking shard failures, which would have been caught if we had assertions in place that verified that whenever we get the last response, the number of failures included in it is the same as the failures that were tracked through the listener notifications.
2020-05-06 12:13:30 +02:00
..
qa Make AsyncSearchIndexService reusable (#55598) 2020-04-23 18:02:17 -04:00
src Async Search: correct shards counting (#55758) 2020-05-06 12:13:30 +02:00
build.gradle Preserve final response headers in asynchronous search (#54349) 2020-04-07 08:37:03 +02:00