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

Integrate ICU Analysis plugin into upgraded search #4266

Closed
safwanrahman opened this issue Jun 19, 2018 · 9 comments
Closed

Integrate ICU Analysis plugin into upgraded search #4266

safwanrahman opened this issue Jun 19, 2018 · 9 comments
Assignees
Labels
Accepted Accepted issue on our roadmap Feature New feature Priority: low Low priority

Comments

@safwanrahman
Copy link
Member

safwanrahman commented Jun 19, 2018

While upgrading elasticsearch to 6.x in #4211, we skipped integrating the ICU Analysis plugin integration.
This plugin need to be integrated with the upgraded code.
This need to be fixed before #2328

@ericholscher Should we use ICU plugin as analyzer or you have any other in mind?

@safwanrahman safwanrahman self-assigned this Jun 19, 2018
@ericholscher
Copy link
Member

@safwanrahman We use ICU for extended unicode support. I don't believe there is another module that we should be using to do that. It will mostly matter for Asian languages, so we can likely put off the ICU work until we start testing those languages.

@safwanrahman
Copy link
Member Author

safwanrahman commented Jun 19, 2018

@ericholscher the default analyzer has lower case token filter, which already implements case insensitive search functionality. So if we dont add ICU plugin, we already have case insensitive search in the upgraded code. I suspect it will be complex to implement case insensitive search with Elasticsearch ICU plugin.

@ericholscher
Copy link
Member

@safwanrahman it looks like you can add the lowercase filter to it if we want, as noted in this example: https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu-folding.html

@ericholscher
Copy link
Member

I think we can leave out the ICU stuff for now, and we can come back to it as an added feature. Once we get english text working well, we can add in ICU & tests for Asian languages, and confirm that the normal english tests don't break around case insensitivity. I think it's added complexity for now that we don't need yet!

@stale
Copy link

stale bot commented Jan 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: stale Issue will be considered inactive soon label Jan 10, 2019
@stale stale bot closed this as completed Jan 17, 2019
@humitos
Copy link
Member

humitos commented Jan 17, 2019

I'm not sure if this issue should be closed or not. Pinging @safwanrahman here.

@safwanrahman safwanrahman reopened this Jan 21, 2019
@stale stale bot removed the Status: stale Issue will be considered inactive soon label Jan 21, 2019
@stale
Copy link

stale bot commented Mar 7, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: stale Issue will be considered inactive soon label Mar 7, 2019
@safwanrahman safwanrahman removed the Status: stale Issue will be considered inactive soon label Mar 7, 2019
@stale
Copy link

stale bot commented Apr 21, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: stale Issue will be considered inactive soon label Apr 21, 2019
@stsewd stsewd removed the Status: stale Issue will be considered inactive soon label Apr 22, 2019
@stale
Copy link

stale bot commented Jun 6, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: stale Issue will be considered inactive soon label Jun 6, 2019
@stale stale bot closed this as completed Jun 13, 2019
@stsewd stsewd added Accepted Accepted issue on our roadmap and removed Status: stale Issue will be considered inactive soon labels Jun 13, 2019
@stsewd stsewd added Priority: low Low priority Improvement Minor improvement to code Feature New feature and removed Improvement Minor improvement to code labels Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Feature New feature Priority: low Low priority
Projects
None yet
Development

No branches or pull requests

5 participants