Hi Team, Need some help on Client connection object pooling I am using SolrJ API to connect the Solr.
This below snippet I used to create the client object. *SolrClient client = new HttpSolrClient.Builder(* * SolrUtil.getSolrURL(tsConfigUtil.getClusterAdvertisedAddress(), aInCollectionName)).build();* after my job search done, I am closing my client. *client.close();* but from UI getting more requests to search the data I think to create the *client object *on every request is costly is there any way to pool the *SolrClient objects?*? If there kindly share me the reference Thanks and Regards, Satish