Is there a way to execute multiple queries in a single solr request and get the union of results as response
my simplified schema would look like a name field and a type field(4-5 different types) and I want 10 results per type value. can this be done in solr?
Currently not possible, Look at this request, possibly when this fix is in place