-
Notifications
You must be signed in to change notification settings - Fork 39
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
Elastic Search v6.x support? #12
Comments
I have not used ES 6 yet, but i'd suggest starting from https://github.com/bomberby/elasticsearch-concatenate-token-filter/commits/es-5.2.0, as most of the changes for 5.2 are there in that commit, I'm not sure if they changed any of the plugins mechanism. For starters, the most likely things that needs to be done: Change relevant ES versions in following files:
If any major change was done to ES way of writing plugins, these will need to change as well, please look at example plugins run |
Oh great! Thanks for pointing me in the right direction @bomberby. |
After I change the version info, how do I build it? Don't have any experience with the ES plugin ecosystem. |
You should use maven to build, i think running |
I'm trying to use this with ES v6.x, but I can't get it to install. What's needed to get this to work with ES6? Thanks a ton - this filter is exactly what I need.
The text was updated successfully, but these errors were encountered: