Thanks Jörg.
Here's the pull request to upgrade the MongoDB River to 1.2.0 in case
anyone else runs into migration issues and finds our example helpful:
https://github.com/richardwilly98/elasticsearch-river-mongodb/pull/283
-Ben
On Sat, May 31, 2014 at 3:55 PM, joergpra...@gmail.com <
joergpra
I found no replacement. If you like you can copy/paste them for ES 1.2 from
here
https://github.com/jprante/elasticsearch-support/tree/master/src/main/java/org/xbib/elasticsearch/rest/action/support
Jörg
On Sat, May 31, 2014 at 8:30 PM, Ben McCann wrote:
> Thanks. Do you have any suggestions f
Thanks. Do you have any suggestions for
replacing XContentThrowableRestResponse and RestXContentBuilder?
Thanks,
Ben
On Sat, May 31, 2014 at 2:35 AM, joergpra...@gmail.com <
joergpra...@gmail.com> wrote:
> Just look into org.elasticsearch.rest.BytesRestResponse, it supersedes
> XContentRestRes
Just look into org.elasticsearch.rest.BytesRestResponse, it supersedes
XContentRestResponse
Jörg
On Sat, May 31, 2014 at 12:28 AM, Ben McCann
wrote:
> Jörg thanks for the heads up about XContentRestResponse going away. I've
> run into that as an issue with a river I help maintain. Do you know
Jörg thanks for the heads up about XContentRestResponse going away. I've
run into that as an issue with a river I help maintain. Do you know what
the new recommended alternative is?
Thanks,
Ben
On Thursday, May 22, 2014 3:47:25 PM UTC-7, Mark Walkom wrote:
>
> Hurray!
>
> However they are stil
Hurray!
However they are still using the "new version, new path" release method, so
if you want 1.2 you will need to update your sources to
http://packages.elasticsearch.org/elasticsearch/1.2/$OS
Regards,
Mark Walkom
Infrastructure Engineer
Campaign Monitor
email: ma...@campaignmonitor.com
web:
Plugin developers should watch out for changes in classes, e.g.
XContentRestResponse (useful for REST actions) has gone, and there are some
internal API changes in IndexShard methods, also new deprecations
(IndicesStatusAction is now RecoveryAction) - maybe more I did not
recognize yet in my compil
Releases for some reason never get promoted on the mailing list, so here
goes:
http://www.elasticsearch.org/blog/elasticsearch-1-2-0-released/
The main reason why I posted about the release was because I tested out
cross-version cluster compatibility with 1.1.1 and 1.2.0 nodes and
everything seem