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/patch succeeded Jan 12, 2024 in 1s

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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov 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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/plugin/NeuralSearch.java#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 64 in src/main/java/org/opensearch/neuralsearch/processor/factory/RerankProcessorFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/factory/RerankProcessorFactory.java#L64

Added line #L64 was not covered by tests

Check warning on line 83 in src/main/java/org/opensearch/neuralsearch/processor/factory/RerankProcessorFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/factory/RerankProcessorFactory.java#L81-L83

Added lines #L81 - L83 were not covered by tests

Check warning on line 99 in src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankProcessor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankProcessor.java#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 102 in src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankProcessor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankProcessor.java#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 45 in src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/RerankType.java#L45

Added line #L45 was not covered by tests

Check warning on line 64 in src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 70 in src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java#L70

Added line #L70 was not covered by tests

Check warning on line 115 in src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/RescoringRerankProcessor.java#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 82 in src/main/java/org/opensearch/neuralsearch/processor/rerank/context/DocumentContextSourceFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/context/DocumentContextSourceFetcher.java#L82

Added line #L82 was not covered by tests

Check warning on line 48 in src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java#L48

Added line #L48 was not covered by tests

Check warning on line 52 in src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java#L52

Added line #L52 was not covered by tests

Check warning on line 90 in src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/neuralsearch/processor/rerank/context/QueryContextSourceFetcher.java#L90

Added line #L90 was not covered by tests