-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[FEATURE] Update to Apache Lucene 10 for 3.0.0 #11415
Comments
I started this effort on a separate branch a long time ago shortly after finishing the multi month 9.0.0 upgrade - which was quite painful. 10.0.0 isn't as painful (since 9.0.0 had to deal w/ byte order changes) but there were JDK conflicts I need to resolve by rebasing to main. I'll take care of that and throw it on a feature branch if others want to contribute so we're not redoing the work I already did. |
There's a 10.0 snapshot already but it's quite stale. Feel free to kick off a new one from lucene's main branch. |
Another major change to explore: apache/lucene#13337 |
Is your feature request related to a problem? Please describe.
The Apache Lucene 10 is released [1]!:
[1] https://cwiki.apache.org/confluence/display/LUCENE/Release+Notes+10.0.0
Notable features:
dutch_kp
andlovins
stemmers are gone)Describe the solution you'd like
The OpenSearch is using Apache Lucene 9.x release line for 3.x and 2.x release lines. We've never tried to integrate the Apache Lucene 10 (either as spike or to
3.0.0
) but we probably should start doing that shortly.Describe alternatives you've considered
Keep Apache Lucene 9.x
Additional context
Depends on #10745 since Apache Lucene 10 has JDK-21 baseline
The text was updated successfully, but these errors were encountered: