Skip to content

Commit a20bbe3

Browse files
committed
Docs - remove experimental marker from significant_text aggregation (#34598)
1 parent aec6f23 commit a20bbe3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/reference/aggregations/bucket/significanttext-aggregation.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[[search-aggregations-bucket-significanttext-aggregation]]
22
=== Significant Text Aggregation
33

4-
experimental[]
5-
64
An aggregation that returns interesting or unusual occurrences of free-text terms in a set.
75
It is like the <<search-aggregations-bucket-significantterms-aggregation,significant terms>> aggregation but differs in that:
86

@@ -27,8 +25,6 @@ The significant words are the ones that have undergone a significant change in p
2725
If the term "H5N1" only exists in 5 documents in a 10 million document index and yet is found in 4 of the 100 documents that make up a user's search results
2826
that is significant and probably very relevant to their search. 5/10,000,000 vs 4/100 is a big swing in frequency.
2927

30-
experimental[The `significant_text` aggregation is new and may change in non-backwards compatible ways if we add further text-analysis features e.g. phrase detection]
31-
3228
==== Basic use
3329

3430
In the typical use case, the _foreground_ set of interest is a selection of the top-matching search results for a query

0 commit comments

Comments
 (0)