How to Implement Connection Pool in HttpSolrClient?

516 Views Asked by At

I want to implement Connection Pooling in SolrClient using java. Not getting right doc. Some one please help

rigth now I am trying as below

SolrClient Solr = new HttpSolrClient.Builder(solrUrlString + solrCoreName).build();

0

There are 0 best solutions below