Hi, Is there a way to force solr/lucene to return a given number of documents in multiple categories? Facets doesn't seem to be what I want because it only returns category names + items count. In my case I want to specify the categories that I want and a maximum number of items to retrieve in each category. The limit parameter is global in the query so it can't work. And of course if I'm asking this it's because I'd like to do it using a single call to solr :P
thx, Sebastien