Re: Elasticsearch 1.20 and 1.1.2

2014-06-01 Thread Ben McCann
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

Re: Elasticsearch 1.20 and 1.1.2

2014-05-31 Thread joergpra...@gmail.com
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

Re: Elasticsearch 1.20 and 1.1.2

2014-05-31 Thread Ben McCann
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

Re: Elasticsearch 1.20 and 1.1.2

2014-05-31 Thread joergpra...@gmail.com
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

Re: Elasticsearch 1.20 and 1.1.2

2014-05-30 Thread Ben McCann
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

Re: Elasticsearch 1.20 and 1.1.2

2014-05-22 Thread Mark Walkom
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:

Re: Elasticsearch 1.20 and 1.1.2

2014-05-22 Thread joergpra...@gmail.com
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

Elasticsearch 1.20 and 1.1.2

2014-05-22 Thread Ivan Brusic
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