Re: max connections in CloudSolrServer

2012-08-09 Thread Jamie Johnson
Not sure honestly. I would not have thought of passing in an lb server. I'll look at those docs tomorrow though. What is the recommended approach for initing the cloud solr server in an environment where a web service is being stood up and is.expected to handle a large number of simultaneous reques

Re: max connections in CloudSolrServer

2012-08-08 Thread Mark Miller
On Wed, Aug 8, 2012 at 1:55 PM, Jamie Johnson wrote: > I see that in other constructors you can specify an HttpClient to be > used, but I don't see this same option for the CloudSolrServer. You can pass a LBHttpSolrServer, which you can init with an HttpClient. Or you can use getLbServer() and

max connections in CloudSolrServer

2012-08-08 Thread Jamie Johnson
I see that in other constructors you can specify an HttpClient to be used, but I don't see this same option for the CloudSolrServer. Is there a way to say the maximum number of connections that should be used for CloudSolrServer? What is the current number that is supported?