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: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
104
104
## [Unreleased 2.x]
105
105
### Added
106
106
- Add a counter to node stat api to track shard going from idle to non-idle ([#12768](https://github.com/opensearch-project/OpenSearch/pull/12768))
107
+
-[Concurrent Segment Search] Perform buildAggregation concurrently and support Composite Aggregations ([#12697](https://github.com/opensearch-project/OpenSearch/pull/12697))
107
108
108
109
### Dependencies
109
110
- Bump `org.apache.commons:commons-configuration2` from 2.10.0 to 2.10.1 ([#12896](https://github.com/opensearch-project/OpenSearch/pull/12896))
Copy file name to clipboardExpand all lines: server/src/main/java/org/opensearch/search/aggregations/bucket/terms/GlobalOrdinalsStringTermsAggregator.java
+24-5
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
importorg.apache.lucene.util.ArrayUtil;
46
46
importorg.apache.lucene.util.BytesRef;
47
47
importorg.apache.lucene.util.PriorityQueue;
48
+
importorg.opensearch.common.SetOnce;
48
49
importorg.opensearch.common.lease.Releasable;
49
50
importorg.opensearch.common.lease.Releasables;
50
51
importorg.opensearch.common.util.LongArray;
@@ -94,8 +95,8 @@ public class GlobalOrdinalsStringTermsAggregator extends AbstractStringTermsAggr
0 commit comments