elastic / elasticsearch-specification

Elasticsearch full specification
Apache License 2.0
111 stars 67 forks source link

TermsAggregation is missing `shard_min_doc_count` field #2620

Closed rand0m86 closed 3 weeks ago

rand0m86 commented 3 weeks ago

🐛 Missing type

The shard_min_doc_count property is missing from the Terms Aggregation API TermsAggregation.

Definition

https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#search-aggregations-bucket-terms-shard-min-doc-count

PR for this was created almost a year ago, but since remain unnoticed https://github.com/elastic/elasticsearch-specification/pull/2175.

flobernd commented 3 weeks ago

Closed with #2175