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: server/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/SignificantTextAggregatorFactory.java
Copy file name to clipboardExpand all lines: server/src/test/java/org/elasticsearch/search/aggregations/bucket/terms/SignificantTextAggregatorTests.java
+59Lines changed: 59 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,65 @@ public void testSignificance() throws IOException {
144
144
}
145
145
}
146
146
147
+
/**
148
+
* Uses the significant text aggregation to find the keywords in text fields and include/exclude selected terms
0 commit comments