elasticsearch/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
explain.asciidoc Revert "[QUERY] Remove lowercase_expanded_terms and locale options" 2015-03-13 13:51:44 -06:00
facets.asciidoc
more-like-this.asciidoc
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
search-template.asciidoc Scripting: add support for fine-grained settings 2015-03-26 19:56:55 +01:00
search.asciidoc
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