Skip to content
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

Merged
merged 4 commits into from
Jun 24, 2024

Merge branch 'main' into issue_14377

5e7ab2a
Select commit
Loading
Failed to load commit list.
Merged

fix FuzzyQuery in keyword field will use IndexOrDocValuesQuery when both of index and doc_value are true #14378

Merge branch 'main' into issue_14377
5e7ab2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 24, 2024 in 0s

71.66% (target 70.00%)

View this Pull Request on Codecov

71.66% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.

Project coverage is 71.66%. Comparing base (b15cb0c) to head (5e7ab2a).
Report is 475 commits behind head on main.

Files Patch % Lines
...a/org/opensearch/index/mapper/StringFieldType.java 66.66% 2 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.