elasticsearch/docs/reference/index-modules
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
..
allocation.asciidoc
analysis.asciidoc
cache.asciidoc
fielddata.asciidoc
mapper.asciidoc
merge.asciidoc
query-cache.asciidoc
similarity.asciidoc
slowlog.asciidoc
store.asciidoc
translog.asciidoc