solr - execute multiple queries in one request
solr, union
Solution
Currently not possible, Look at this request, possibly when this fix is in place
https://issues.apache.org/jira/browse/SOLR-1093
Problem
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?