-
Notifications
You must be signed in to change notification settings - Fork 24.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
Upgrade to lucene 9 #74057
Comments
Pinging @elastic/es-search (Team:Search) |
Pinging @elastic/es-distributed (Team:Distributed) |
Pinging @elastic/es-analytics-geo (Team:Analytics) |
The version field on all lucene Analyzers is unused, and is being removed in lucene 9. This commit deprecates setting a version on an analyzer in index settings and removes the related calls to Analyzer.setVersion() Relates to #74057
The version field on all lucene Analyzers is unused, and is being removed in lucene 9. This commit deprecates setting a version on an analyzer in index settings and removes the related calls to Analyzer.setVersion() Relates to #74057
@romseygeek this issue came up in our backlog review, any thing remaining on this one? I thought we already upgraded to Lucene 9? |
There are a couple of things still to do, but they're follow-ups rather than blockers. I will open separate issues for those and then close this. |
|
We will want to use Apache Lucene 9 once it has been released in the elasticsearch 8.x line. This meta issue tracks updates that we need to make to our master branch in order to integrate this new release.
Snapshot upgrade PR: #73324
The following issues need to be addressed prior to merging the upgrade to Lucene 9, some of which may require deprecations in 7x:
PackedInts.Mutable
class which is no longer available in lucene 9 (@iverase) Remove Lucene's PackedInt dependency from Cuckoo filter #74736indices.query.bool.max_clause_count
wich is now for the entire query tree rather than per BooleanQuery.indices.query.bool.max_clause_count
now limits all query clauses #75297The following issues will need to be addressed after upgrading to Lucene 9:
max_merge_at_once_explicit
(Deprecate settingmax_merge_at_once_explicit
#80574) (8.0 @dnhatn)japanese_completion(8.x @romseygeek)The text was updated successfully, but these errors were encountered: