Shield release date

2014-12-11 Thread Ben McCann
Hi, Is there any rough information you can share (privately is fine) about a rough Shield release date? Anything rough would help (weeks, months, quarters away, etc.) Thanks, Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscrib

Re: Mapping transform with nested field

2014-11-17 Thread Ben McCann
;script": "_source?.myfield", "lang": "groovy" }, "test2" : { "script": "int i = 0; for (value in _source['myfield']) { if (!value.exclude) { i++; } }; i", "lang": "groovy" } } } On Mon

Mapping transform with nested field

2014-11-17 Thread Ben McCann
Hi, I have a document which has an array of objects as a field. I'd like to count the length of this array filtering on an attribute of the objects, but am having a really hard time. E.g. I'd like to use a script to create a computed field with a value of 3 for this document: { myfield: [{

Re: Mapping transform field type?

2014-11-17 Thread Ben McCann
rote: > Hi Ben, > > Even when using mapping transform, dynamic mappings will work as usual and > try to detect the type of the field that you are trying to index. But you > can also add a mapping for this field explicitely in your mappings. > > On Sat, Nov 15, 2014 at 6:51

Mapping transform field type?

2014-11-15 Thread Ben McCann
Hi, Should we or can we specify a field type when using a mapping transform ? E.g. if we do some calculation, should we specify the result type is an integer? Or is the result type auto-detected and t

Re: Elasticsearch 1.20 and 1.1.2

2014-06-01 Thread Ben McCann
l.com < joergpra...@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,

Re: Elasticsearch 1.20 and 1.1.2

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

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

Do client and server need to be upgraded simultaneously?

2014-02-13 Thread Ben McCann
I have a 0.90.11 cluster. I tried upgrading my Java client to 1.0.0 before upgrading the server, but the 1.0.0 client seems unable to form a connection with the 0.90.11 cluster. Do the client and server both need to be running the same version? I was hoping to upgrade one and then the other for

Re: Outdated doc - what is the 1.0 equivalent?

2014-02-13 Thread Ben McCann
er today: > https://groups.google.com/forum/?fromgroups#!topic/elasticsearch/xZGnyTI6lmo > > -- > Ivan > > > On Wed, Feb 12, 2014 at 7:56 PM, Ben McCann wrote: > >> Thanks! I take it that's just a name change for clarity and not a >> functional change... >&g

Re: Outdated doc - what is the 1.0 equivalent?

2014-02-12 Thread Ben McCann
Thanks! I take it that's just a name change for clarity and not a functional change... Thanks, Ben On Wed, Feb 12, 2014 at 7:25 PM, Kevin Wang wrote: > It has been changed to setPostFilter(...) > > > On Thursday, February 13, 2014 1:39:11 PM UTC+11, Ben McCann wrote: &g

Outdated doc - what is the 1.0 equivalent?

2014-02-12 Thread Ben McCann
Hi, The method setFilter on this page no longer exists: http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/search.html Any tips on what that has changed to? Thanks, Ben -- You received this message because you are subscribed to the Google Groups "elasticsearch" group.