Skip to content

Commit f60f066

Browse files
committed
implement multivalue_doc_count aggregation
Signed-off-by: minsu kim <[email protected]>
1 parent 9a9d7ff commit f60f066

File tree

6 files changed

+952
-1
lines changed

6 files changed

+952
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1919
- Add tracing support for StreamingRestChannel ([#20361](https://github.com/opensearch-project/OpenSearch/pull/20361))
2020
- Introduce new libs/netty4 module to share common implementation between netty-based plugins and modules (transport-netty4, transport-reactor-netty4) ([#20447](https://github.com/opensearch-project/OpenSearch/pull/20447))
2121
- Add validation to make crypto store settings immutable ([#20123](https://github.com/opensearch-project/OpenSearch/pull/20123))
22+
- Add multivalue_doc_count aggregation for counting documents with multivalued fields ([#20329](https://github.com/opensearch-project/OpenSearch/issues/20329))
2223

2324
### Changed
2425
- Handle custom metadata files in subdirectory-store ([#20157](https://github.com/opensearch-project/OpenSearch/pull/20157))
@@ -88,4 +89,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8889

8990
- Remove identity-shiro from plugins folder ([#20305](https://github.com/opensearch-project/OpenSearch/pull/20305))
9091

91-
[Unreleased 3.x]: https://github.com/opensearch-project/OpenSearch/compare/3.4...main
92+
[Unreleased 3.x]: https://github.com/opensearch-project/OpenSearch/compare/3.4...main

0 commit comments

Comments
 (0)