Skip to content

Commit 2794655

Browse files
Improve flat_object field parsing performance by reducing two passes to a single pass (#16297)
1 parent 92088be commit 2794655

File tree

6 files changed

+582
-1148
lines changed

6 files changed

+582
-1148
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3232
- Support object fields in star-tree index([#16728](https://github.com/opensearch-project/OpenSearch/pull/16728/))
3333
- Support searching from doc_value using termQueryCaseInsensitive/termQuery in flat_object/keyword field([#16974](https://github.com/opensearch-project/OpenSearch/pull/16974/))
3434
- Added a new `time` field to replace the deprecated `getTime` field in `GetStats`. ([#17009](https://github.com/opensearch-project/OpenSearch/pull/17009))
35+
- Improve flat_object field parsing performance by reducing two passes to a single pass ([#16297](https://github.com/opensearch-project/OpenSearch/pull/16297))
3536
- Improve performance of the bitmap filtering([#16936](https://github.com/opensearch-project/OpenSearch/pull/16936/))
3637

3738
### Dependencies

server/src/main/java/org/opensearch/common/xcontent/JsonToStringXContentParser.java

-289
This file was deleted.

0 commit comments

Comments
 (0)