Skip to content

Commit

Permalink
Enable Partial Flat Object (#7997) (#8514)
Browse files Browse the repository at this point in the history
Before this PR, flat_object can only be defined at the root field of JSON object in 2.7 and 2.8, because the json object is flatten so it lost the structure of a tree. Now, this PR enables json object to be partially mapped as flat_object field type while other fields in the JSON can be other field type.
---------


(cherry picked from commit d333cd3)

Signed-off-by: Mingshi Liu <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 56a24bb commit 8b82555
Show file tree
Hide file tree
Showing 5 changed files with 1,424 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- [Extensions] Support extension additional settings with extension REST initialization ([#8414](https:/opensearch-project/OpenSearch/pull/8414))
- Adds mock implementation for TelemetryPlugin ([#7545](https:/opensearch-project/OpenSearch/issues/7545))
- Create concept of persistent ThreadContext headers that are unstashable ([#8291]()https:/opensearch-project/OpenSearch/pull/8291)
- Enable Partial Flat Object ([#7997](https:/opensearch-project/OpenSearch/pull/7997))

### Dependencies
- Bump `com.azure:azure-storage-common` from 12.21.0 to 12.21.1 (#7566, #7814)
Expand Down
Loading

0 comments on commit 8b82555

Please sign in to comment.