I need to return only the facet counts from solr. So I basically want to search over all documents and return the facet counts, but I don\'t want to return any search result
I guess the obvious solution would be to search using a wildcard and specify that you want zero results returned.
That's my solution so far.