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

Adding support for generic re-ranker interface and opensearch ml re-ranker for improving search relavancy. #494

Merged
merged 27 commits into from
Jan 16, 2024

fix unittest names

7962ffa
Select commit
Loading
Failed to load commit list.
Merged

Adding support for generic re-ranker interface and opensearch ml re-ranker for improving search relavancy. #494

fix unittest names
7962ffa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 12, 2024 in 1s

84.64% (+0.31%) compared to 91a1202

View this Pull Request on Codecov

84.64% (+0.31%) compared to 91a1202

Details

Codecov Report

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

Comparison is base (91a1202) 84.33% compared to head (7962ffa) 84.64%.

Files Patch % Lines
...arch/processor/factory/RerankProcessorFactory.java 75.00% 4 Missing and 4 partials ⚠️
...rch/processor/rerank/RescoringRerankProcessor.java 84.09% 5 Missing and 2 partials ⚠️
...ssor/rerank/context/QueryContextSourceFetcher.java 87.50% 3 Missing and 2 partials ⚠️
...g/opensearch/neuralsearch/plugin/NeuralSearch.java 0.00% 4 Missing ⚠️
...neuralsearch/processor/rerank/RerankProcessor.java 80.00% 4 Missing ⚠️
...arch/neuralsearch/processor/rerank/RerankType.java 86.66% 1 Missing and 1 partial ⚠️
...r/rerank/context/DocumentContextSourceFetcher.java 93.10% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #494      +/-   ##
============================================
+ Coverage     84.33%   84.64%   +0.31%     
- Complexity      533      598      +65     
============================================
  Files            40       48       +8     
  Lines          1564     1798     +234     
  Branches        244      271      +27     
============================================
+ Hits           1319     1522     +203     
- Misses          133      155      +22     
- Partials        112      121       +9     

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