Unwind aggregation

Hi,

I'm working on an application that use the aggregation API for making
reports. It would be great if there were something like mongo's unwind
operator
http://docs.mongodb.org/manual/reference/operator/aggregation/unwind/,
but I found nothing about this. Are there any plans to support this
operation? It is possible to implement?

Thanks!

--
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/b68ff5b1-e045-421a-83cf-d1efa77c72c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

1 Like

I don't believe we could have such an aggregation. However I think similar
results can be achieved by modeling the data differently, typically by
having nested documents for each size (to take the same example as the
mongo documentation) and then using the nested aggregation in order to
collect independently each size.

On Wed, Dec 17, 2014 at 8:58 PM, Facundo Viale facundo.m.viale@gmail.com
wrote:

Hi,

I'm working on an application that use the aggregation API for making
reports. It would be great if there were something like mongo's unwind
operator
http://docs.mongodb.org/manual/reference/operator/aggregation/unwind/,
but I found nothing about this. Are there any plans to support this
operation? It is possible to implement?

Thanks!

--
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/b68ff5b1-e045-421a-83cf-d1efa77c72c3%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/b68ff5b1-e045-421a-83cf-d1efa77c72c3%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Adrien Grand

--
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/CAL6Z4j5aNyHDYcDM-EhghzaJ2%2BVL43L%3DvQLn3jzbmgnvTG-epQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.