-
Notifications
You must be signed in to change notification settings - Fork 129
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 2.x] Support script score when doc value is disabled (#1573) #1587
[Backport 2.x] Support script score when doc value is disabled (#1573) #1587
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #1587 +/- ##
============================================
+ Coverage 84.86% 84.95% +0.09%
- Complexity 1343 1353 +10
============================================
Files 167 167
Lines 5516 5549 +33
Branches 548 555 +7
============================================
+ Hits 4681 4714 +33
Misses 602 602
Partials 233 233 ☔ View full report in Codecov by Sentry. |
Will wait for 2.14 increment PR(#1574) to be merged before we can merge this PR. |
@jmazanec15 can you look into this PR. Its a backport PR. wasn't merged because 2.x branch was not upgraded to 2.14 |
@bugmakerrrrrr can you raise the PR again by resolving the conflicts. |
) * support script score when doc value is disabled Signed-off-by: panguixin <[email protected]> * add test Signed-off-by: panguixin <[email protected]> * apply review comments Signed-off-by: panguixin <[email protected]> * fix test Signed-off-by: panguixin <[email protected]> --------- Signed-off-by: panguixin <[email protected]> (cherry picked from commit 771c4b5)
e2506c3
to
1dd8426
Compare
@jmazanec15 can you approve the code, so that code can be merged. |
) (opensearch-project#1587) * support script score when doc value is disabled Signed-off-by: panguixin <[email protected]> * add test Signed-off-by: panguixin <[email protected]> * apply review comments Signed-off-by: panguixin <[email protected]> * fix test Signed-off-by: panguixin <[email protected]> --------- Signed-off-by: panguixin <[email protected]> (cherry picked from commit 771c4b5)
Description
backport 1573
Issues Resolved
[List any issues this PR will resolve]
Check List
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.