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

Approximate match all with sort with a bounded range query #16321

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Add changelog entry

ba058a1
Select commit
Loading
Failed to load commit list.
Open

Approximate match all with sort with a bounded range query #16321

Add changelog entry
ba058a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 21, 2024 in 0s

71.96% (target 70.00%)

View this Pull Request on Codecov

71.96% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 57.53425% with 31 lines in your changes missing coverage. Please review.

Project coverage is 71.96%. Comparing base (dc8a435) to head (ba058a1).
Report is 134 commits behind head on main.

Files with missing lines Patch % Lines
...search/approximate/ApproximatePointRangeQuery.java 31.57% 9 Missing and 4 partials ⚠️
...h/search/approximate/ApproximateMatchAllQuery.java 70.00% 8 Missing and 1 partial ⚠️
...org/opensearch/index/mapper/NumberFieldMapper.java 75.00% 3 Missing and 1 partial ⚠️
...g/opensearch/index/query/MatchAllQueryBuilder.java 50.00% 1 Missing and 1 partial ⚠️
...ensearch/search/internal/ContextIndexSearcher.java 0.00% 1 Missing and 1 partial ⚠️
...arch/search/approximate/ApproximateScoreQuery.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main   #16321   +/-   ##
=========================================
  Coverage     71.96%   71.96%           
- Complexity    64791    64838   +47     
=========================================
  Files          5307     5308    +1     
  Lines        302714   302734   +20     
  Branches      43733    43735    +2     
=========================================
+ Hits         217836   217858   +22     
+ Misses        67013    66986   -27     
- Partials      17865    17890   +25     

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