On 7/2/2016 2:26 AM, Kent Mu wrote:
> I do understand your explaination, but another question accurs, When I
> create CloudSolrServer Connection by singleton pattern like this, and
> I call shutdown, but it's OK. the solr version is 4.9.0. that's why?
If SolrJ 4.9.0 allows you to call shutdown on
Thanks for your reply!
I do understand your explaination, but another question accurs, When I
create CloudSolrServer Connection by singleton pattern like this, and I
call shutdown, but it's OK. the solr version is 4.9.0. that's why?
public synchronized static CloudSolrServer getSolrCloudReadS
On 7/1/2016 10:59 PM, Kent Mu wrote:
> solr version: 4.9.0 I create and get a HttpSolrServer connection by
> singleton pattern. I find the method of "shutdown" in solrj API, so I
> decided to use "shutdown" to release resources, but I got the error as
> below, It is due to singleton pattern?
If y