Re: SolrClient: reuse the client or just call close()?

2015-11-04 Thread Shawn Heisey
On 11/4/2015 12:52 PM, tedsolr wrote: > I'm wondering what the best practice is for the implementations of > SolrClient: CloudSolrClient & HttpSolrClient. I am caching my clients per > collection (core) and reusing them right now. Initially this was prompted by > the old solr wiki page

SolrClient: reuse the client or just call close()?

2015-11-04 Thread tedsolr
d SOLR-861. Is that still a good idea? Is that better than creating new ones over and over and remembering to call close() after each use? thanks! Solr 5.2.1 -- View this message in context: http://lucene.472066.n3.nabble.com/SolrClient-reuse-the-client-or-just-call-close-tp4238280.html Sent fro