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

Introduce ApproximateRangeQuery and ApproximateableQuery #13788

Merged
merged 20 commits into from
Sep 2, 2024

Merge branch 'main' into pointrange_optimization

7938e63
Select commit
Loading
Failed to load commit list.
Merged

Introduce ApproximateRangeQuery and ApproximateableQuery #13788

Merge branch 'main' into pointrange_optimization
7938e63
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 31, 2024 in 0s

71.82% (target 70.00%)

View this Pull Request on Codecov

71.82% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 31.92308% with 177 lines in your changes missing coverage. Please review.

Project coverage is 71.82%. Comparing base (579f2aa) to head (7938e63).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
...search/approximate/ApproximatePointRangeQuery.java 34.67% 115 Missing and 15 partials ⚠️
...arch/search/approximate/ApproximateScoreQuery.java 18.51% 21 Missing and 1 partial ⚠️
.../approximate/ApproximateIndexOrDocValuesQuery.java 23.52% 13 Missing ⚠️
...a/org/opensearch/index/mapper/DateFieldMapper.java 18.18% 6 Missing and 3 partials ⚠️
...ensearch/search/internal/ContextIndexSearcher.java 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13788      +/-   ##
============================================
- Coverage     71.96%   71.82%   -0.14%     
+ Complexity    63654    63638      -16     
============================================
  Files          5247     5251       +4     
  Lines        297352   297652     +300     
  Branches      42981    43044      +63     
============================================
- Hits         213982   213791     -191     
- Misses        65774    66304     +530     
+ Partials      17596    17557      -39     

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