Skip to content

Commit 5325d2a

Browse files
committed
[Derived Field] Integration tests for derived fields (#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]> (cherry picked from commit c49eca4)
1 parent c8f7ea0 commit 5325d2a

File tree

6 files changed

+1418
-0
lines changed

6 files changed

+1418
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2121
- Move Remote Store Migration from DocRep to GA and modify remote migration settings name ([#14100](https://github.com/opensearch-project/OpenSearch/pull/14100))
2222
- [Remote State] Add async remote state deletion task running on an interval, configurable by a setting ([#13995](https://github.com/opensearch-project/OpenSearch/pull/13995))
2323
- Add remote routing table for remote state publication with experimental feature flag ([#13304](https://github.com/opensearch-project/OpenSearch/pull/13304))
24+
- Derived field object type support ([#13720](https://github.com/opensearch-project/OpenSearch/pull/13720))
2425

2526
### Dependencies
2627
- Bump `com.github.spullara.mustache.java:compiler` from 0.9.10 to 0.9.13 ([#13329](https://github.com/opensearch-project/OpenSearch/pull/13329), [#13559](https://github.com/opensearch-project/OpenSearch/pull/13559))

0 commit comments

Comments
 (0)