Closed
Description
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:
- Add support for intra-segment search concurrency apache/lucene#13542
- Rewrite JavaScriptCompiler to use modern JVM features (Java 17) apache/lucene#12873
- Add IndexInput#prefetch. apache/lucene#13337
- remove unsupported snowball algorithms apache/lucene#13230 (
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