On Tue, Oct 4, 2016 at 9:07 PM, Jeffery Yuan <yuanyun...@gmail.com> wrote: > Yonik, Thanks very much for your reply. > > I think you are talking about min/max functions that are used to create > stats facet. > http://yonik.com/solr-facet-functions/ > > Here we would like to do filter in the (sum) function facet. - so it would > only return accountIds whose sum(timeSpent) is between minVale and maxValue.
Ah, right. Yeah, we need bucket filters in general (beyond mincount). -Yonik