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
Copy file name to clipboardExpand all lines: docs/aggregations/bucket/significant-terms/significant-terms-aggregation-usage.asciidoc
+162Lines changed: 162 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,18 @@ please modify the original csharp file found at the link and submit the PR with
15
15
[[significant-terms-aggregation-usage]]
16
16
== Significant Terms Aggregation Usage
17
17
18
+
An aggregation that returns interesting or unusual occurrences of terms in a set.
19
+
20
+
[WARNING]
21
+
--
22
+
The significant_terms aggregation can be very heavy when run on large indices. Work is in progress
23
+
to provide more lightweight sampling techniques.
24
+
As a result, the API for this feature may change in non-backwards compatible ways
25
+
26
+
--
27
+
28
+
See the Elasticsearch documentation on {ref_current}/search-aggregations-bucket-significantterms-aggregation.html[significant terms aggregation] for more detail.
0 commit comments