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 requests? On Aug 8, 2012 11:18 PM, "Mark Miller" <markrmil...@gmail.com> wrote:
> On Wed, Aug 8, 2012 at 1:55 PM, Jamie Johnson <jej2...@gmail.com> 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 then getHttpClient and set it? > > If you think it should be done a little differently, feel free to open an > issue. > > > > > 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? > > > > I'm not sure offhand - I'd guess the HttpClient default? > > > -- > - Mark > > http://www.lucidimagination.com >