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

[Backport 2.x] Updating Ip fields to use doc_values to search #12078

Merged
merged 1 commit into from
Jan 31, 2024

Updating Ip fields to use doc_values to search (#11508)

03f3e24
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Updating Ip fields to use doc_values to search #12078

Updating Ip fields to use doc_values to search (#11508)
03f3e24
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 30, 2024 in 0s

71.17% (target 70.00%)

View this Pull Request on Codecov

71.17% (target 70.00%)

Details

Codecov Report

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

Comparison is base (9da5835) 71.06% compared to head (03f3e24) 71.17%.
Report is 2 commits behind head on 2.x.

Files Patch % Lines
...ava/org/opensearch/index/mapper/IpFieldMapper.java 65.71% 10 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #12078      +/-   ##
============================================
+ Coverage     71.06%   71.17%   +0.10%     
- Complexity    59390    59436      +46     
============================================
  Files          4891     4891              
  Lines        279988   280016      +28     
  Branches      41072    41078       +6     
============================================
+ Hits         198969   199295     +326     
+ Misses        64119    63865     -254     
+ Partials      16900    16856      -44     

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