Just send the queries to Solr in parallel using multiple threads in your application layer.

Solr can handle multiple, parallel queries as separate, parallel requests, but does not have a way to bundle multiple queries on a single request.

-- Jack Krupansky

-----Original Message----- From: solr2020
Sent: Wednesday, February 26, 2014 4:40 PM
To: solr-user@lucene.apache.org
Subject: Parallel queries to Solr

Hi,

We want to send parallel queries(2-3 queries) in the same request from
client to Solr. How to send the parallel queries from client side(using
Solrj).

Thanks.




--
View this message in context: http://lucene.472066.n3.nabble.com/Parallel-queries-to-Solr-tp4119959.html Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to