-
Notifications
You must be signed in to change notification settings - Fork 34
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
Provide possibility to customize analyzer/tokenyzer for Elasticsearch #18
Labels
core
Should be implemented as contribution to Magento 2 core
postponed
Tasks involve Magento core modification and should be done after MVP implementation
Progress: dev in progress
Milestone
Comments
vkublytskyi
added
the
core
Should be implemented as contribution to Magento 2 core
label
Jun 6, 2018
Development branch is here: |
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 7, 2018
…yzer/tokenyzer for Elasticsearch - reworked ElasticSearch Configuration interfaces for better backward compatibility support - extended flexibility of XML configuration
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 9, 2018
…yzer/tokenyzer for Elasticsearch - Fixed missed standard filters list declared in esconfig.xml
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 9, 2018
…yzer/tokenyzer for Elasticsearch - Soften requirements to allow partial schema declaration for overriding
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 9, 2018
…yzer/tokenyzer for Elasticsearch - Fixed char filters declared in esconfig.xml file
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 9, 2018
…yzer/tokenyzer for Elasticsearch - Integration test to cover index configuration build
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 9, 2018
…yzer/tokenyzer for Elasticsearch - Fixed unit test for index settings builder
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 9, 2018
…yzer/tokenyzer for Elasticsearch - Fixed code style and minor issues to green static tests
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 10, 2018
…yzer/tokenyzer for Elasticsearch - Fixed code style and minor issues to green static tests
vkublytskyi
pushed a commit
to Veriteworks/magento2-l10n
that referenced
this issue
Aug 10, 2018
…yzer/tokenyzer for Elasticsearch - Fixed code style and minor issues to green static tests
vkublytskyi
added
the
postponed
Tasks involve Magento core modification and should be done after MVP implementation
label
Nov 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
core
Should be implemented as contribution to Magento 2 core
postponed
Tasks involve Magento core modification and should be done after MVP implementation
Progress: dev in progress
Magento 2 has hardcoded Elasticsearch analyzer/tokenyzer. Existing implementation should be extended to provide a possibility to change analyzer/tokenyzer. At primitive implementation, it may be argument passed by DI. Also possible implementation is to provide possibility to choose analyzer/tokenyze from admin config panel per store view. More suitable solution will be to pick correct analyzer/tokenyzer based on store locale and provide possibility to other modules register their implementation of choosing valid analyzer/tokenyzer.
Any of listed solution is valid and it is up to developer which path to follow.
The text was updated successfully, but these errors were encountered: