You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add shard_min_doc_count to Significant Terms Aggregation
Add MinimumDocumentCountAsLong field to align with Elasticsearch implementation and deprecate MinimumDocumentCount with ObsoleteAttribute
Closes#2847
(cherry picked from commit fdd0eb1)
* The significant_terms aggregation can be very heavy when run on large indices. Work is in progress
18
-
* to provide more lightweight sampling techniques.
17
+
* The significant_terms aggregation can be very heavy when run on large indices. Work is in progress
18
+
* to provide more lightweight sampling techniques.
19
19
* As a result, the API for this feature may change in non-backwards compatible ways
20
20
* --
21
-
*
21
+
*
22
22
* See the Elasticsearch documentation on {ref_current}/search-aggregations-bucket-significantterms-aggregation.html[significant terms aggregation] for more detail.
0 commit comments