re-added filtered to aggregators

This commit is contained in:
Guillaume Buisson 2016-02-05 19:08:53 +01:00
parent b874e76dbc
commit 6b5502ce17

View file

@ -79,7 +79,8 @@ This makes it possible to compute the results of a filtered and an unfiltered ag
#(= :max (:type %)) maxAggregator
#(= :javascript (:type %)) javascriptAggregator
#(= :cardinality (:type %)) cardinalityAggregator
#(= :hyperUnique (:type %)) hyperUniqueAggregator))
#(= :hyperUnique (:type %)) hyperUniqueAggregator
#(= :filtered (:type %)) filteredAggregator))