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

Use default as BM25Similarity #17306

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

prudhvigodithi
Copy link
Member

@prudhvigodithi prudhvigodithi commented Feb 9, 2025

Description

Coming from #17241 (comment).

Related Issues

#17315

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

@prudhvigodithi
Copy link
Member Author

prudhvigodithi commented Feb 9, 2025

Adding @andrross @reta @msfroh @getsaurabh02.

Copy link
Contributor

github-actions bot commented Feb 9, 2025

❌ 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?

@prudhvigodithi prudhvigodithi force-pushed the 3.0.0-refactor branch 2 times, most recently from ccbd91b to 906ebb0 Compare February 9, 2025 17:07
Copy link
Contributor

github-actions bot commented Feb 9, 2025

❌ 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?

@prudhvigodithi prudhvigodithi force-pushed the 3.0.0-refactor branch 2 times, most recently from 3c35909 to 203d685 Compare February 9, 2025 20:44
Copy link
Contributor

github-actions bot commented Feb 9, 2025

❌ 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?

Copy link
Contributor

github-actions bot commented Feb 9, 2025

❌ 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?

Copy link
Contributor

✅ Gradle check result for c152c1f: SUCCESS

Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.44%. Comparing base (77e4112) to head (d187ab6).
Report is 11 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

Signed-off-by: Prudhvi Godithi <[email protected]>
Copy link
Contributor

❌ 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?

Copy link
Contributor

✅ Gradle check result for d187ab6: SUCCESS

@msfroh msfroh merged commit 5b2692f into opensearch-project:main Feb 12, 2025
52 of 54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Deprecate the LegacyBM25Similarity class and default to BM25Similarity
4 participants