-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Bump to Lucene99 #11832
Conversation
Upgraded Lucene dependency to 9.9.1. --------- Signed-off-by: Marc Handalian <marc.handalian@gmail.com> Signed-off-by: Marc Handalian <handalm@amazon.com> (cherry picked from commit 4a42150) Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
This method has a conflict inside leafReader's getMetaData as the constructor to LeafMetaData has changed. However this method is never invoked so removing it. Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Marc Handalian <marc.handalian@gmail.com>
Compatibility status:Checks if related components are compatible with change c7f74e3 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/k-nn.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/performance-analyzer.git] |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #11832 +/- ##
============================================
- Coverage 71.12% 71.03% -0.10%
+ Complexity 59351 59319 -32
============================================
Files 4889 4889
Lines 279804 279780 -24
Branches 41028 41023 -5
============================================
- Hits 199004 198734 -270
- Misses 63941 64141 +200
- Partials 16859 16905 +46 ☔ View full report in Codecov by Sentry. |
Description
Manual backport of #11421.
This PR contains two additional commits to fix merge conflicts with 2.x.
The first commit is a small codec bump in CodecService for a deprecated ctor not in main. The second is to remove an unused method in Lucene.java to provide a LeafReader that contains conflicts with 99.
Related Issues
N/A
Check List
New functionality includes testing.All tests passNew functionality has been documented.New functionality has javadoc addedFailing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)Public documentation issue/PR createdBy 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.