SolrJ SolrCloud question--help

2015-11-23 Thread soledede_w...@ehsy.com
hello everyone Caused by: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalStateException: Connection pool shut down how to solve this problem Thanks Regards soledede_w...@ehsy.com

SolrJ SolrCloud question--help

2015-11-23 Thread soledede_w...@ehsy.com
Caused by: org.apache.solr.client.solrj.SolrServerException: java.lang.IllegalStateException: Connection pool shut down org.apache.solr.client.solrj.SolrServerException: java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$

Re: SolrJ + SolrCloud

2012-02-14 Thread Mark Miller
No hard plans around that that at the moment, but when I free up some time I plan on looking at the JIRA issue I pointed to. Looks like a lot of the work may already be done. - mark On Feb 12, 2012, at 8:14 AM, Darren Govoni wrote: > Thanks Mark. Is there any plan to make all the Solr search h

Re: SolrJ + SolrCloud

2012-02-12 Thread Darren Govoni
Thanks Mark. Is there any plan to make all the Solr search handlers work with SolrCloud, like MLT? That missing feature would prohibit us from using SolrCloud at the moment. :( On Sat, 2012-02-11 at 18:24 -0500, Mark Miller wrote: > On Feb 11, 2012, at 6:02 PM, Darren Govoni wrote: > > > Hi, > >

Re: SolrJ + SolrCloud

2012-02-11 Thread Mark Miller
On Feb 11, 2012, at 6:02 PM, Darren Govoni wrote: > Hi, > Do all the normal facilities of Solr work with SolrCloud from SolrJ? > Things like /mlt, /cluster, facets , tvf's, etc. > > Darren > SolrJ works the same in SolrCloud mode as it does in non SolrCloud mode - it's fully supported. Ther

SolrJ + SolrCloud

2012-02-11 Thread Darren Govoni
Hi, Do all the normal facilities of Solr work with SolrCloud from SolrJ? Things like /mlt, /cluster, facets , tvf's, etc. Darren