OpenSearch/docs/reference/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
..
aggregations [DOCS] add missing comma in percentile_rank aggregation example 2015-03-10 08:21:06 -07:00
request Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
suggesters Mappings: Remove `index_analyzer` setting to simplify analyzer logic 2015-01-28 13:43:15 -08:00
aggregations.asciidoc Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
count.asciidoc Docs: Use the new experimental annotation. 2015-02-05 15:29:45 +01:00
exists.asciidoc Search Exists API: Checks if any matching documents exist for a given query 2014-07-31 15:42:30 -04:00
explain.asciidoc Revert "[QUERY] Remove lowercase_expanded_terms and locale options" 2015-03-13 13:51:44 -06:00
facets.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
more-like-this.asciidoc Added the ability to include the queried document for More Like This API. 2014-05-09 12:59:39 +02:00
multi-search.asciidoc Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
percolate.asciidoc [DOCS] Fix multi percolate response sample in percolate.asciidoc 2015-03-30 11:32:41 +02:00
request-body.asciidoc Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
search-shards.asciidoc Docs: Fixed path to search-shards 2014-07-26 15:05:53 +02:00
search-template.asciidoc Scripting: add support for fine-grained settings 2015-03-26 19:56:55 +01:00
search.asciidoc [DOCS] Corrected syntax error in search curl cmd 2014-11-12 17:21:19 +01:00
suggesters.asciidoc Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
uri-request.asciidoc Search: Remove the `count` search type. 2015-03-31 11:31:49 +02:00
validate.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00