Re: Parallel queries to Solr

2014-03-20 Thread Shawn Heisey
On 3/20/2014 12:55 PM, solr2020 wrote: > Thanks Shawn. When we run any solrj application , the below message is > displayed > > org.apache.solr.client.solrj.impl.HttpClientUtil createClient > INFO: Creating new http client, > config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false

Re: Parallel queries to Solr

2014-03-20 Thread solr2020
rams); Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Parallel-queries-to-Solr-tp4119959p4125806.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Parallel queries to Solr

2014-02-27 Thread Shawn Heisey
On 2/27/2014 11:32 AM, solr2020 wrote: We are using DefaultHttpClient 4.2 .3 on solrj side to send parallel queries to Solr. But the connection manager associated with this (PoolingHttpClientConnectionManager) by default allows 2 concurrent connections only.How to send more than 2 parallel

Re: Parallel queries to Solr

2014-02-27 Thread solr2020
Thanks Jack. We are using DefaultHttpClient 4.2 .3 on solrj side to send parallel queries to Solr. But the connection manager associated with this (PoolingHttpClientConnectionManager) by default allows 2 concurrent connections only.How to send more than 2 parallel queries/how to establish more

Re: Parallel queries to Solr

2014-02-26 Thread Jack Krupansky
: 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

Parallel queries to Solr

2014-02-26 Thread solr2020
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