Skip to content
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

Closed
13 of 16 tasks
romseygeek opened this issue Jun 14, 2021 · 6 comments
Closed
13 of 16 tasks

Upgrade to lucene 9 #74057

romseygeek opened this issue Jun 14, 2021 · 6 comments
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. Meta :Search/Search Search-related issues that do not fall into other categories Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. Team:Search Meta label for search team

Comments

@romseygeek
Copy link
Contributor

romseygeek commented Jun 14, 2021

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:

The following issues will need to be addressed after upgrading to Lucene 9:

@romseygeek romseygeek added :Analytics/Geo Indexing, search aggregations of geo points and shapes :Search/Search Search-related issues that do not fall into other categories Meta :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. labels Jun 14, 2021
@elasticmachine elasticmachine added Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. Team:Search Meta label for search team Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Jun 14, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (Team:Search)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

romseygeek added a commit that referenced this issue Jun 16, 2021
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 added a commit that referenced this issue Jun 16, 2021
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
@wchaparro
Copy link
Member

@romseygeek this issue came up in our backlog review, any thing remaining on this one? I thought we already upgraded to Lucene 9?

@romseygeek
Copy link
Contributor Author

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.

@romseygeek
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Geo Indexing, search aggregations of geo points and shapes :Distributed Indexing/Engine Anything around managing Lucene and the Translog in an open shard. Meta :Search/Search Search-related issues that do not fall into other categories Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. Team:Search Meta label for search team
Projects
None yet
Development

No branches or pull requests

3 participants