We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS 2.x branch recently upgraded to use Lucene 9.9.1
We need to evaluate if we require changes in custom-codecs as well to rely on the new codecs introduced.
e.g. https://github.com/opensearch-project/custom-codecs/blob/main/src/main/java/org/opensearch/index/codec/customcodecs/Lucene95CustomCodec.java#L93C36-L93C49
The text was updated successfully, but these errors were encountered:
If we don't have upgrade tests, I think we also should add the same as part of this exercise. @sarthakaggarwal97 Can you please check?
Sorry, something went wrong.
Thanks @mgodwan for creating the issue. Will take a look.
#99 has been merged to 2.x. Next we need to forward-port that change to main.
Closing this as the change is merged! thanks
sarthakaggarwal97
No branches or pull requests
OS 2.x branch recently upgraded to use Lucene 9.9.1
We need to evaluate if we require changes in custom-codecs as well to rely on the new codecs introduced.
e.g.
https://github.com/opensearch-project/custom-codecs/blob/main/src/main/java/org/opensearch/index/codec/customcodecs/Lucene95CustomCodec.java#L93C36-L93C49
The text was updated successfully, but these errors were encountered: