-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport/backport 13721 to 2.x #14151
Backport/backport 13721 to 2.x #14151
Conversation
Signed-off-by: Rishabh Maurya <[email protected]>
…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]> (cherry picked from commit c49eca4)
Signed-off-by: Rishabh Maurya <[email protected]>
❕ Gradle check result for 5325d2a: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14151 +/- ##
============================================
+ Coverage 71.28% 71.35% +0.07%
- Complexity 60145 61839 +1694
============================================
Files 4957 5071 +114
Lines 282799 290401 +7602
Branches 41409 42338 +929
============================================
+ Hits 201591 207228 +5637
- Misses 64189 65760 +1571
- Partials 17019 17413 +394 ☔ View full report in Codecov by Sentry. |
* Fix the breaking change check due to Derived fields changes in 2.15 Signed-off-by: Rishabh Maurya <[email protected]> * [Derived Field] Integration tests for derived fields (opensearch-project#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) --------- Signed-off-by: Rishabh Maurya <[email protected]> Signed-off-by: kkewwei <[email protected]>
backport #13721
Related Issues
Resolves
Check List
[ ] API changes companion pull request created, if applicable.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.