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

Implementation for match_only_text field #11039

Merged

update changelog description

f1fb443
Select commit
Loading
Failed to load commit list.
Merged

Implementation for match_only_text field #11039

update changelog description
f1fb443
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 2, 2024 in 1s

71.40% (target 70.00%)

View this Pull Request on Codecov

71.40% (target 70.00%)

Details

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (63f4f13) 71.47% compared to head (f1fb443) 71.40%.
Report is 1 commits behind head on main.

Files Patch % Lines
.../opensearch/index/query/SourceFieldMatchQuery.java 67.34% 8 Missing and 8 partials ⚠️
...nsearch/index/mapper/MatchOnlyTextFieldMapper.java 93.54% 4 Missing and 4 partials ⚠️
...a/org/opensearch/index/search/MultiMatchQuery.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11039      +/-   ##
============================================
- Coverage     71.47%   71.40%   -0.07%     
+ Complexity    59253    59240      -13     
============================================
  Files          4907     4909       +2     
  Lines        278248   278426     +178     
  Branches      40428    40460      +32     
============================================
- Hits         198871   198817      -54     
- Misses        62850    63093     +243     
+ Partials      16527    16516      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.