opensearch-project / custom-codecs

OpenSearch custom lucene codecs for providing different on-disk index encoding (e.g., compression).
Apache License 2.0
6 stars 13 forks source link

[2.x] Lucene 9.9.1 Upgrade #99

Closed sarthakaggarwal97 closed 5 months ago

sarthakaggarwal97 commented 5 months ago

Description

This change would upgrade the underlying Lucene95 codec of the custom codecs to Lucene99 codec for 2.x In line with the community discussion over here https://github.com/opensearch-project/custom-codecs/pull/95, we are proceeding with the merge of 2.x first, and would carry on with the port to main.

Issues Resolved

94

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.

sarthakaggarwal97 commented 5 months ago

@reta thoughts on this? I've added to bwc test to validate flow between 2.11 and 2.x branch. Please take a look. Post this merge, will raise a similar PR (here the BWC test will run between 2.x -> main as per convention)