-
Notifications
You must be signed in to change notification settings - Fork 24
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
Not working on ES 2.0 #46
Comments
Same issue. |
I tried building the code against ES 2.0.1 but there seems to be too many changes in ES and I am not sure where to start or what to change as I've never worked with ES plugins before and it seems they have removed and/or replaced many classes in 2.0. I would like to know if we can get an ETA on when we could expect an update. |
Yes, that's many changes, plus it seems that a few core classes have been removed along with the delete-by-query feature. I'm pretty busy so I don't have an ETA yet, sorry. |
Hi Ofavre, some one look into this issue : #47 |
A new Reindex API has recently been merged inside elasticsearch. It's still inside a feature branch for now, though. |
Any updates on this thread? Seems this would be a core feature. I was trying to make 2.6.0 work with ES 2.2 but no dice. That's when I found this thread. Any recommendations on how to do update-by-query another way? Thanks. |
+1 We're using 2.1.0 and would like to also do a update-by-query. |
Hi, I'm using Elasticsearch V2.1.1. I want to use update by query API. Are there any new updates? or any similar plugins? |
It seems that elastic have implemented their own update_by_query API. From the documentation it seems to work the same way as the plugin. Though since its experimental, use at your own risk. Me, I'll wait for a stable version of the new API then upgrade. |
I tried installing the plugin on a cluster with elasticsearch 2.0. Elasticsearch fails to start and throws this exception:
So when should we expect this to be fixed. And is there a workaround for this issue?
The text was updated successfully, but these errors were encountered: