Re: How to find the difference between aggregate min from aggregate max(max - min) in ES?

2015-03-05 Thread nilsga
Has there been any progress on this? Combined with count, It would be a really nice feature for validating the continuity of a dataset based on a strictly incrementing field. Regards, Nils-Helge Garli Hegvik -- You received this message because you are subscribed to the Google Groups "elasti

Re: Behavior of multi_field at index and query time

2014-11-27 Thread nilsga
I hate to bump this post, but I would really appreciate if anyone has any input regarding this. Regards, Nils-Helge Garli Hegvik On Tuesday, November 25, 2014 4:20:49 PM UTC+1, nil...@gmail.com wrote: > > We have a mapping where one of the fields is an integer, but we want to > change this to

Behavior of multi_field at index and query time

2014-11-25 Thread nilsga
We have a mapping where one of the fields is an integer, but we want to change this to a double. We want to avoid re-indexing, since there will be a lot of documents at migration time. Hence, we were considering using a "multi_field" (now apparently deprecated, but I guess the same applies for

Re: Optimizations for nested aggregations

2014-06-02 Thread nilsga
We're using the Java API. I assume that it is using a binary representation of some kind that is more compact than JSON. I just mentioned JSON to illustrate the size of the response. I'll certainly try to monitor disk/network activity. Nils-H On Friday, May 30, 2014 7:16:38 AM UTC+2, Otis Gos

Re: Optimizations for nested aggregations

2014-05-27 Thread nilsga
Thank you for your reply. Here are some observations from a couple of days testing: - Setting up routing manually reduced the aggregation time about 40%! - ... however, manual routing caused data to distribute unevenly. I assume we could have taken steps to improve the distribution, but we didn'

Optimizations for nested aggregations

2014-05-23 Thread nilsga
I'm doing some benchmarking on aggregations on a dataset of about 50.000.000 documents. It's quite a complex aggregation, nesting 5 levels deep. At the top level is a terms aggregation, and on the nested levels there is a combination of terms, stats and percentiles aggregations on deeper levels

Connect through proxy

2014-05-22 Thread nilsga
Is it possible to connect with the TransportClient to an ElasticSearch cluster via a socks proxy? If yes, how? -- 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

Re: percentile aggregation

2014-03-07 Thread nilsga
Thanks. Is it available in the 1.x branch on github yet? Any timeframe for a 1.1 release? Nils-H -- 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

percentile aggregation

2014-03-06 Thread nilsga
Hi! I'm trying to use the percentiles aggregation in ES 1.0, as described here: http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/search-aggregations-metrics-percentile-aggregation.html But I only get this error, reporting that the aggregator does not exist: "Could not find agg