1stenjoydmoment
1stenjoydmoment

Reputation: 249

How to Implement Connection Pool in HttpSolrClient?

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();

Upvotes: 1

Views: 570

Answers (0)

Related Questions