Or HttpSolrClient.builder as well On Mon, Aug 13, 2018, 2:50 PM ☼ R Nair <ravishankar.n...@gmail.com> wrote:
> Pls use CloudSolrClient.builder(...).withHttpClient(...). > Best, Ravion > > On Mon, Aug 13, 2018, 2:40 PM Clemens Wyss DEV <clemens...@mysign.ch> > wrote: > >> What is the proposed way to get/build a SolrClient(-connection) via >> HttpClientUtil >> - respecting a given connection and response (socket) timeout >> (ROP_SO_TIMEOUT, PROP_CONNECTION_TIMEOUT) >> - making reuse of underlying http client (pooling?) >> - what else makes sense (such as PROP_ALLOW_COMPRESSION, PROP_USE_RETRY, >> ... ) >> >> Up till now (Solr 6.6.0) a ll I did was: >> solrClient = new HttpSolrClient( coreUrl ); >> ((HttpSolrClient)solrClient).setSoTimeout( forUpdating ? >> updateSocketTimeout : querySocketTimeout ); >> >> Thx >> Clemens >> >