-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Replace the deprecated construction method of TopScoreDocCollectorManager with the new method in Lucene #18395
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
Conversation
…ager with the new method Signed-off-by: Binlong Gao <[email protected]>
Signed-off-by: Binlong Gao <[email protected]>
❌ Gradle check result for 2eab119: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18395 +/- ##
=========================================
Coverage 72.60% 72.61%
- Complexity 67682 67706 +24
=========================================
Files 5497 5497
Lines 311819 311817 -2
Branches 45265 45265
=========================================
+ Hits 226409 226417 +8
- Misses 66941 66954 +13
+ Partials 18469 18446 -23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ager with the new method in Lucene (opensearch-project#18395) * Replace the deprecated construction method of TopScoreDocCollectorManager with the new method Signed-off-by: Binlong Gao <[email protected]> * Modify changelog Signed-off-by: Binlong Gao <[email protected]> --------- Signed-off-by: Binlong Gao <[email protected]>
…ager with the new method in Lucene (opensearch-project#18395) * Replace the deprecated construction method of TopScoreDocCollectorManager with the new method Signed-off-by: Binlong Gao <[email protected]> * Modify changelog Signed-off-by: Binlong Gao <[email protected]> --------- Signed-off-by: Binlong Gao <[email protected]>
…ager with the new method in Lucene (opensearch-project#18395) * Replace the deprecated construction method of TopScoreDocCollectorManager with the new method Signed-off-by: Binlong Gao <[email protected]> * Modify changelog Signed-off-by: Binlong Gao <[email protected]> --------- Signed-off-by: Binlong Gao <[email protected]>
Description
Replace the deprecated construction method of TopScoreDocCollectorManager with the new method in Lucene 10.1.0.
Related Issues
Resolves #18394.
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.