Re: CloudSolrServer set http request timeout

2017-09-21 Thread Vincenzo D'Amore
Thanks for the suggestion, it's working like a charm. Ciao, Vincenzo > On 21 Sep 2017, at 19:51, Jason Gerlowski wrote: > > Hi Vincenzo, > > Have you tried setting the read/socket timeout on your client? > CloudSolrServer uses a LBHttpSolrServer under the hood, which you can > get with the g

Re: CloudSolrServer set http request timeout

2017-09-21 Thread Vincenzo D'Amore
Thanks Jason, I'll give it a try immediately. Ciao, Vincenzo -- mobile: 3498513251 skype: free.dev > On 21 Sep 2017, at 19:51, Jason Gerlowski wrote: > > Hi Vincenzo, > > Have you tried setting the read/socket timeout on your client? > CloudSolrServer uses a LBHttpSolrServer under the hood,

Re: CloudSolrServer set http request timeout

2017-09-21 Thread Jason Gerlowski
Hi Vincenzo, Have you tried setting the read/socket timeout on your client? CloudSolrServer uses a LBHttpSolrServer under the hood, which you can get with the getLBServer method (https://lucene.apache.org/solr/4_1_0/solr-solrj/org/apache/solr/client/solrj/impl/CloudSolrServer.html#getLbServer()).