Just use the public NamedList<Object> request(SolrRequest request, String collection)
method on the SolrCloudClient? Best, Erick On Thu, Jul 14, 2016 at 9:18 AM, Pablo Anzorena <anzorena.f...@gmail.com> wrote: > Hey, > So the question is quite simple, Is it possible to use Singleton Pattern > with SolrCloudClient instantiation and then reuse that instance to handle > multiple requests concurrently accessing differente collections? > > Thanks.