mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 06:16:40 +00:00
Aggregations are collection-wide statistics, which is incompatible with the collection mode of search_type=SCAN since it doesn't collect all matches on calls to the search API. Close #7429
The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process