Adding support for generic re-ranker interface and opensearch ml re-ranker for improving search relavancy. #494
86.32% of diff hit (target 84.33%)
View this Pull Request on Codecov
86.32% of diff hit (target 84.33%)
Annotations
Check warning on line 162 in src/main/java/org/opensearch/neuralsearch/plugin/NeuralSearch.java
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/plugin/NeuralSearch.java#L162
Added line #L162 was not covered by tests
Check warning on line 167 in src/main/java/org/opensearch/neuralsearch/plugin/NeuralSearch.java
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/plugin/NeuralSearch.java#L167
Added line #L167 was not covered by tests
Check warning on line 171 in src/main/java/org/opensearch/neuralsearch/plugin/NeuralSearch.java
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/plugin/NeuralSearch.java#L170-L171
Added lines #L170 - L171 were not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/factory/RerankProcessorFactory.java#L64
Added line #L64 was not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/factory/RerankProcessorFactory.java#L81-L83
Added lines #L81 - L83 were not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankProcessor.java#L98-L99
Added lines #L98 - L99 were not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankProcessor.java#L101-L102
Added lines #L101 - L102 were not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankType.java#L45
Added line #L45 was not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java#L63-L64
Added lines #L63 - L64 were not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java#L70
Added line #L70 was not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java#L114-L115
Added lines #L114 - L115 were not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/context/DocumentContextSourceFetcher.java#L82
Added line #L82 was not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java#L48
Added line #L48 was not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java#L52
Added line #L52 was not covered by tests
codecov / codecov/patch
src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java#L90
Added line #L90 was not covered by tests