OpenSearch/rest-api-spec/test/search
Adrien Grand a608db122d Search: Remove the `count` search type.
This commit brings the benefits of the `count` search type to search requests
that have a `size` of 0:
 - a single round-trip to shards (no fetch phase)
 - ability to use the query cache

Since `count` now provides no benefits over `query_then_fetch`, it has been
deprecated.

Close #7630
2015-03-31 11:31:49 +02:00
..
10_source_filtering.yaml
20_default_values.yaml
30_template_query_execution.yaml
40_search_request_template.yaml
50_search_count.yaml Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
issue4895.yaml Throw exception if an additional field was placed inside the "query" body 2014-04-25 08:57:06 +02:00
test_sig_terms.yaml significant terms: fix json response 2014-06-18 18:51:34 +02:00