Martijn Laarman 82278bb7bc [Aggregations] Meta data support
This commit adds the ability to associate a bit of state with each
individual aggregation.

The aggregation response can be hard to stitch back together without
having a reference to the aggregation request. In many cases this is not
available, many json serializer frameworks cache types globally or have a
static deserialisation override mechanism. In these cases making the
original request available, if at all possible, would be a hack.

The old facets returned `_type` which was just enough metadata to know
what the originating facet type in the request was.

This PR takes `_type` one step further by introducing ANY arbitrary meta
data. This could be further <strike>ab</strike>used for instance by
generic/automated aggregations that include UI state (color information,
thresholds, user input states, etc) per aggregation.
2014-11-03 22:32:23 +01:00
..
2014-10-22 12:46:33 +02:00
2014-11-03 11:44:41 -08:00
2014-10-29 14:51:05 +01:00
2014-11-03 22:32:23 +01:00
2014-06-03 11:06:35 +02:00
2014-09-11 09:52:09 +02:00
2014-08-21 10:34:39 +02:00