How do I run multiple requests in a batch?
问题 Is it possible to run multiple solr requests in a batch? I would like to run multiple queries at once and get all the results in one request. 回答1: Query batching is a pending issue. You can do the following (in descending order of usefulness): Implement the feature and submit it as a patch to the aforementioned JIRA issue. Collaborate with other people interested in this feature, by posting a suggestion to the aforementioned JIRA issue. Implement concurrent querying client-side (i.e. without