This may be more suitable on the dev-list, but distributed pivot facets is
a very powerful feature. The Jira issue for this is SOLR-2894 (
https://issues.apache.org/jira/browse/SOLR-2894). I have done some testing
of the last patch for this issue, and it is as Andrew says: Everything but
datetime f
I've been trying to get into how distributed field facets do their work but
I haven't been able to uncover how they deal with this issue.
Currently distrib pivot facets does a getTermCounts(first_field) to
populate a list at the level its working on.
When putting together the data structure we se