Search code examples
solrunion

solr - execute multiple queries in one request


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?


Solution

  • Currently not possible, Look at this request, possibly when this fix is in place

    https://issues.apache.org/jira/browse/SOLR-1093