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

Make the HitQueue size more appropriate for exact search #1549

Merged
merged 1 commit into from
Mar 27, 2024

Make the HitQueue size more appropriate for exact search

a1becdd
Select commit
Loading
Failed to load commit list.
Merged

Make the HitQueue size more appropriate for exact search #1549

Make the HitQueue size more appropriate for exact search
a1becdd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 23, 2024 in 1s

84.90% (target 70.00%)

View this Pull Request on Codecov

84.90% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 84.90%. Comparing base (e8c9ced) to head (a1becdd).

Files Patch % Lines
...java/org/opensearch/knn/index/query/KNNWeight.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1549      +/-   ##
============================================
- Coverage     85.15%   84.90%   -0.26%     
+ Complexity     1371     1365       -6     
============================================
  Files           172      172              
  Lines          5566     5566              
  Branches        546      546              
============================================
- Hits           4740     4726      -14     
- Misses          596      607      +11     
- Partials        230      233       +3     

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