-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Use default as BM25Similarity
#17306
Conversation
0989a9c
to
55b453e
Compare
Adding @andrross @reta @msfroh @getsaurabh02. |
❌ Gradle check result for 55b453e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
ccbd91b
to
906ebb0
Compare
❌ Gradle check result for 906ebb0: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
3c35909
to
203d685
Compare
❌ Gradle check result for 203d685: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
203d685
to
a764974
Compare
server/src/main/java/org/opensearch/index/similarity/SimilarityProviders.java
Show resolved
Hide resolved
❌ Gradle check result for a764974: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
a764974
to
c152c1f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17306 +/- ##
============================================
+ Coverage 72.40% 72.44% +0.04%
- Complexity 65554 65579 +25
============================================
Files 5292 5292
Lines 304493 304528 +35
Branches 44218 44226 +8
============================================
+ Hits 220463 220617 +154
+ Misses 65975 65841 -134
- Partials 18055 18070 +15 ☔ View full report in Codecov by Sentry. |
server/src/main/java/org/opensearch/index/similarity/SimilarityService.java
Show resolved
Hide resolved
modules/parent-join/src/yamlRestTest/resources/rest-api-spec/test/30_inner_hits.yml
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/search/nested/SimpleNestedIT.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/similarity/SimilarityService.java
Show resolved
Hide resolved
Signed-off-by: Prudhvi Godithi <[email protected]>
c152c1f
to
d187ab6
Compare
❌ Gradle check result for d187ab6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
Coming from #17241 (comment).
Related Issues
#17315
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.