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?
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.
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?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.