mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 13:38:49 +00:00
Commit fbd7c9aa5d6c1c introduced a regression that caused the min_doc_count to be equal to the number of documents in the background set. As a result no buckets were built when the response for significant terms was created. This only affected the final XContent response. closes #6535