-
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
fix FuzzyQuery in keyword field will use IndexOrDocValuesQuery when both of index and doc_value are true #14378
Conversation
@harshavamsi @msfroh, please help review the code when you are free, I am very grateful for this. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14378 +/- ##
============================================
+ Coverage 71.42% 71.66% +0.24%
- Complexity 59978 62152 +2174
============================================
Files 4985 5125 +140
Lines 282275 292352 +10077
Branches 40946 42243 +1297
============================================
+ Hits 201603 209526 +7923
- Misses 63999 65538 +1539
- Partials 16673 17288 +615 ☔ View full report in Codecov by Sentry. |
SearchRestCancellationIT.testAutomaticCancellationMultiSearchDuringQueryPhase #13674 |
@dblock, please have a another look when you are free. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not super familiar with this code, maybe @andrross or someone else is?
Signed-off-by: kkewwei <kkewwei@163.com>
@andrross please help merge, thank you. |
Signed-off-by: kkewwei <kkewwei@163.com>
Signed-off-by: kkewwei <kkewwei@163.com>
❌ Gradle check result for 5e7ab2a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
SearchWithRandomExceptionsIT.testRandomExceptions #14144 |
❌ Gradle check result for 5e7ab2a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…true (opensearch-project#14378) Signed-off-by: kkewwei <kkewwei@163.com>
…true (opensearch-project#14378) (opensearch-project#14529) (cherry picked from commit afad5eb) Signed-off-by: kkewwei <kkewwei@163.com> 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> Signed-off-by: kkewwei <kkewwei@163.com>
…true (opensearch-project#14378) Signed-off-by: kkewwei <kkewwei@163.com>
Description
Fix FuzzyQuery in keyword field will use IndexOrDocValuesQuery when both of index and doc_value are true.
Related Issues
Resolves #14377
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.