mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-24 16:15:58 +00:00
This helps avoid memory issues when computing deep sub-aggregations. Because it should be rare to use sub-aggregations with significant terms, we opted to always choose breadth first as opposed to exposing a `collect_mode` option. Closes #28652.