Skip to content

Commit

Permalink
[Derived Field] Integration tests for derived fields (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#13721)

* Integration test for derived fields

* tests derived fields when defined in index mappings
* tests derived fields when defined in query
* tests mappings and settings updates for derived fields
* tests index and search analyzer applicability on derived fields
* tests query string

Signed-off-by: Rishabh Maurya <[email protected]>

* rename source_indexed_field to prefilter_field

Signed-off-by: Rishabh Maurya <[email protected]>

* Add entry to CHANGELOG

Signed-off-by: Rishabh Maurya <[email protected]>

---------

Signed-off-by: Rishabh Maurya <[email protected]>
  • Loading branch information
rishabhmaurya authored and wangdongyu.danny committed Aug 22, 2024
1 parent f73f044 commit 9cb1abb
Show file tree
Hide file tree
Showing 6 changed files with 1,418 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- [Query Insights] Add X-Opaque-Id to search request metadata for top n queries ([#13374](https://github.com/opensearch-project/OpenSearch/pull/13374))
- Add support for query level resource usage tracking ([#13172](https://github.com/opensearch-project/OpenSearch/pull/13172))
- Move Remote Store Migration from DocRep to GA and modify remote migration settings name ([#14100](https://github.com/opensearch-project/OpenSearch/pull/14100))
- Derived field object type support ([#13720](https://github.com/opensearch-project/OpenSearch/pull/13720))
- [Query Insights] Add cpu and memory metrics to top n queries ([#13739](https://github.com/opensearch-project/OpenSearch/pull/13739))

### Dependencies
Expand Down
Loading

0 comments on commit 9cb1abb

Please sign in to comment.