Ivan
(Ivan Brusic)
May 22, 2014, 6:24pm
1
Releases for some reason never get promoted on the mailing list, so here
goes:
Today, we are happy to announce the release of Elasticsearch 1.2.0, based on Lucene 4.8.1, along with a bug fix release Elasticsearch 1.1.2. You can download them and read the full change lists here: ...
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
jprante
(Jörg Prante)
May 22, 2014, 9:42pm
2
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 compile error logs...
Beside this, I just managed to switch developer stage from 1.1.0 to 1.2.0
with green status tomorrow heavy load test.
Jörg
On Thu, May 22, 2014 at 8:24 PM, Ivan Brusic ivan@brusic.com wrote:
Releases for some reason never get promoted on the mailing list, so here
goes:
Elasticsearch Platform — Find real-time answers at scale | Elastic
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoESs5iNQ%3DkB%2BdyKiGuyC9GeVu607Kp%2BquS4RX6pn0ZLAQ%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
warkolm
(Mark Walkom)
May 22, 2014, 10:47pm
3
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: markw@campaignmonitor.com
web: www.campaignmonitor.com
On 23 May 2014 04:24, Ivan Brusic ivan@brusic.com wrote:
Releases for some reason never get promoted on the mailing list, so here
goes:
Elasticsearch Platform — Find real-time answers at scale | Elastic
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624az2QY2ahYzKR_Ycxd34%2Bi9x-WrnzQNUkD3e73C%2BytrKQ%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
benmccann
(Ben McCann)
May 30, 2014, 10:28pm
4
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 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 <javascript:>
web: www.campaignmonitor.com
On 23 May 2014 04:24, Ivan Brusic <iv...@brusic.com <javascript:>> wrote:
Releases for some reason never get promoted on the mailing list, so here
goes:
Elasticsearch Platform — Find real-time answers at scale | Elastic
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com .
For more options, visit https://groups.google.com/d/optout .
jprante
(Jörg Prante)
May 31, 2014, 9:35am
5
Just look into org.elasticsearch.rest.BytesRestResponse, it supersedes
XContentRestResponse
Jörg
On Sat, May 31, 2014 at 12:28 AM, Ben McCann benjamin.j.mccann@gmail.com
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 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 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: www.campaignmonitor.com
On 23 May 2014 04:24, Ivan Brusic iv...@brusic.com wrote:
Releases for some reason never get promoted on the mailing list, so here
goes:
Elasticsearch Platform — Find real-time answers at scale | Elastic
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/
msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%
3DiuYeySaf8UdD35wyUg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHeJKk3UjQOH0mgKE%2BSRpjNKnaJqKTH4w9htLFnr8NCWg%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
Thanks. Do you have any suggestions for
replacing XContentThrowableRestResponse and RestXContentBuilder?
Thanks,
Ben
On Sat, May 31, 2014 at 2:35 AM, joergprante@gmail.com <
joergprante@gmail.com > wrote:
Just look into org.elasticsearch.rest.BytesRestResponse, it supersedes
XContentRestResponse
Jörg
On Sat, May 31, 2014 at 12:28 AM, Ben McCann benjamin.j.mccann@gmail.com
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 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 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: www.campaignmonitor.com
On 23 May 2014 04:24, Ivan Brusic iv...@brusic.com wrote:
Releases for some reason never get promoted on the mailing list, so
here goes:
Elasticsearch Platform — Find real-time answers at scale | Elastic
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/
msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%
3DiuYeySaf8UdD35wyUg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/3jPX2Cuzl14/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHeJKk3UjQOH0mgKE%2BSRpjNKnaJqKTH4w9htLFnr8NCWg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHeJKk3UjQOH0mgKE%2BSRpjNKnaJqKTH4w9htLFnr8NCWg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAH3cagNNex3b0Gze4CTt2y33TcH2qtgRKnLJS323c2KpLWx-8w%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
jprante
(Jörg Prante)
May 31, 2014, 10:55pm
7
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 ben@benmccann.com wrote:
Thanks. Do you have any suggestions for
replacing XContentThrowableRestResponse and RestXContentBuilder?
Thanks,
Ben
On Sat, May 31, 2014 at 2:35 AM, joergprante@gmail.com <
joergprante@gmail.com > wrote:
Just look into org.elasticsearch.rest.BytesRestResponse, it supersedes
XContentRestResponse
Jörg
On Sat, May 31, 2014 at 12:28 AM, Ben McCann <benjamin.j.mccann@gmail.com
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 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 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: www.campaignmonitor.com
On 23 May 2014 04:24, Ivan Brusic iv...@brusic.com wrote:
Releases for some reason never get promoted on the mailing list, so
here goes:
Elasticsearch Platform — Find real-time answers at scale | Elastic
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearc...@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/
msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%
3DiuYeySaf8UdD35wyUg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/3jPX2Cuzl14/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHeJKk3UjQOH0mgKE%2BSRpjNKnaJqKTH4w9htLFnr8NCWg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHeJKk3UjQOH0mgKE%2BSRpjNKnaJqKTH4w9htLFnr8NCWg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
Ben McCann - Mountain View, California, Connectifier, Carnegie Mellon University | about.me
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAH3cagNNex3b0Gze4CTt2y33TcH2qtgRKnLJS323c2KpLWx-8w%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAH3cagNNex3b0Gze4CTt2y33TcH2qtgRKnLJS323c2KpLWx-8w%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAKdsXoFF12__5cQUiV_GKeGpHyyJ3QPiQGEQrXGLkn2-pXsRDA%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .
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:
richardwilly98:master
← benmccann:es-1.2.0
opened 05:46PM - 01 Jun 14 UTC
I'm having difficulty running the tests on current master, so you may want to te… st this change before merging since I was unable to
-Ben
On Sat, May 31, 2014 at 3:55 PM, joergprante@gmail.com <
joergprante@gmail.com > wrote:
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 ben@benmccann.com wrote:
Thanks. Do you have any suggestions for
replacing XContentThrowableRestResponse and RestXContentBuilder?
Thanks,
Ben
On Sat, May 31, 2014 at 2:35 AM, joergprante@gmail.com <
joergprante@gmail.com > wrote:
Just look into org.elasticsearch.rest.BytesRestResponse, it supersedes
XContentRestResponse
Jörg
On Sat, May 31, 2014 at 12:28 AM, Ben McCann <
benjamin.j.mccann@gmail.com > 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
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 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: www.campaignmonitor.com
On 23 May 2014 04:24, Ivan Brusic iv...@brusic.com wrote:
Releases for some reason never get promoted on the mailing list, so
here goes:
Elasticsearch Platform — Find real-time answers at scale | Elastic
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 seems to be working. As someone that had to endure full cluster
restarts in the past, this news is welcome. I do know that rolling upgrade
have been available since 1.0, but 1.1 was released shortly after 1.0 that
they seemed like the same minor version.
Cheers,
Ivan
--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to elasticsearc...@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/
msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%
3DiuYeySaf8UdD35wyUg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQD5y0MpTScDq7XDWjs9M8FTGDx%3DiuYeySaf8UdD35wyUg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/55b751cf-f29f-4918-9335-571c996ebcef%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/3jPX2Cuzl14/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHeJKk3UjQOH0mgKE%2BSRpjNKnaJqKTH4w9htLFnr8NCWg%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoHeJKk3UjQOH0mgKE%2BSRpjNKnaJqKTH4w9htLFnr8NCWg%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
Ben McCann - Mountain View, California, Connectifier, Carnegie Mellon University | about.me
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAH3cagNNex3b0Gze4CTt2y33TcH2qtgRKnLJS323c2KpLWx-8w%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAH3cagNNex3b0Gze4CTt2y33TcH2qtgRKnLJS323c2KpLWx-8w%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/3jPX2Cuzl14/unsubscribe .
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoFF12__5cQUiV_GKeGpHyyJ3QPiQGEQrXGLkn2-pXsRDA%40mail.gmail.com
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoFF12__5cQUiV_GKeGpHyyJ3QPiQGEQrXGLkn2-pXsRDA%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAH3cagPRP_FHi7vQbSuAyeOJXso%3DQLGV5WsXNU5d9%3D_yjkaZGw%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .