opensearch-project / custom-codecs

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

[Backport] [2.x] Update codecs to Apache Lucene 9.12.0 #199

Closed reta closed 1 month ago

reta commented 1 month ago

Description

Backport of https://github.com/opensearch-project/custom-codecs/pull/198 to 2.x

Related Issues

Closes https://github.com/opensearch-project/custom-codecs/issues/197

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.

reta commented 1 month ago

@sarthakaggarwal97 I have to bring https://github.com/opensearch-project/custom-codecs/pull/198 to 2.x first since 2.18.0 is on Apache Lucene 9.12.0. already (and BWC fails 2.x branch compilation)

sarthakaggarwal97 commented 1 month ago

@reta looks good to me. Should we merge first to 2.x (since build is green here)? @andrross any major comments on this PR before we merge?

reta commented 1 month ago

@reta looks good to me. Should we merge first to 2.x (since build is green here)?

Thanks @sarthakaggarwal97 , yes, we need 2.x first, thanks!

sarthakaggarwal97 commented 1 month ago

thanks @reta for the change