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 [TEST] remove old tests from yaml test suite 2014-01-07 16:19:06 +01:00
20_default_values.yaml [TEST] Replaced RestTestSuiteRunner with parametrized test that uses RandomizedRunner directly 2014-04-07 17:08:05 +02:00
30_template_query_execution.yaml Add simple escape method for special characters to template query 2014-03-20 18:48:14 +01:00
40_search_request_template.yaml [API] renaming search-template to search_template. 2014-03-20 21:58:08 +01:00
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