http://wiki.apache.org/solr/SimpleFacetParameters#Pivot_.28ie_Decision_Tree.29_Faceting
On Mon, Sep 3, 2012 at 6:38 PM, Dotan Cohen <dotanco...@gmail.com> wrote: > Is there any way to nest facet searches in Solr? Specifically, I have > a User field and a DateTime field. I need to know how many Documents > match each User for each one-hour period in the past 24 hours. That > is, 16 Users * 24 time periods = 384 values to return. > > I could run 16 queries and facet on DateTime, or 24 queries and facet > on User. However, if there is a way to facet the facets, then I would > love to know. Thanks! > > -- > Dotan Cohen > > http://gibberish.co.il > http://what-is-what.com