Skip to content

Commit cdc4204

Browse files
committed
Rewording for changelog and minor documentation changes
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
1 parent 7954045 commit cdc4204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
128128

129129
### Changed
130130
- Allow composite aggregation to run under a parent filter aggregation ([#11499](https://github.com/opensearch-project/OpenSearch/pull/11499))
131-
- Improve string terms aggregation performance using Collector#setWeight ([#11643](https://github.com/opensearch-project/OpenSearch/pull/11643))
131+
- Quickly compute terms aggregations when the top-level query is functionally match-all for a segment ([#11643](https://github.com/opensearch-project/OpenSearch/pull/11643))
132132

133133
### Deprecated
134134

server/src/main/java/org/opensearch/search/aggregations/bucket/terms/GlobalOrdinalsStringTermsAggregator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void setWeight(Weight weight) {
159159
}
160160

161161
/**
162-
Collects term frequencies for a given field from a LeafReaderContext directly from stored segment terms
162+
Read doc frequencies directly from indexed terms in the segment to skip iterating through individual documents
163163
@param ctx The LeafReaderContext to collect terms from
164164
@param globalOrds The SortedSetDocValues for the field's ordinals
165165
@param ordCountConsumer A consumer to accept collected term frequencies

0 commit comments

Comments
 (0)