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

Fix split package in analysis-icu plugin #78037

Merged
merged 3 commits into from
Sep 21, 2021

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Sep 20, 2021

The analysis-icu plugin reuses server package names for analysis and
mappers. This commit moves the plugin implementation to use a single
package name, o.e.p.analysis.icu

The analysis-icu plugin reuses server package names for analysis and
mappers. This commit moves the plugin implementation to use a single
package name, o.e.p.analysis.icu
@rjernst rjernst requested a review from romseygeek September 20, 2021 20:07
@elasticmachine elasticmachine added the Team:Search Meta label for search team label Sep 20, 2021
@elasticmachine
Copy link
Collaborator

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

Copy link
Contributor

@romseygeek romseygeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I left some questions around license headers.

We don't really have a good deprecation route for analysis plugins (it's pretty messy deprecating built-in analysis components as well). It would be nice to be able to cleanly say 'these components are deprecated' in the plugin definition. Something to add to the pile.

@@ -1,4 +1,12 @@
package org.elasticsearch.index.analysis;
/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a directly copy of lucene's old ICUCollationKeyFilter I think? In which case it should just keep the Apache 2 license header AIUI.

@@ -1,4 +1,12 @@
package org.elasticsearch.index.analysis;
/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above

@@ -1,4 +1,12 @@
package org.elasticsearch.index.analysis;
/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

@rjernst rjernst merged commit a725d28 into elastic:master Sep 21, 2021
@rjernst rjernst deleted the split-packages/icu branch September 21, 2021 17:40
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
7.x Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 78037

@ChrisHegarty ChrisHegarty mentioned this pull request Sep 22, 2021
58 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>non-issue :Search Relevance/Analysis How text is split into tokens Team:Search Meta label for search team v7.16.0 v8.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants