Re: java.lang.IllegalArgumentException when using SolrJ CloudSolrServer

2014-02-13 Thread jfeist
That did fix my issue, thanks so much. -- View this message in context: http://lucene.472066.n3.nabble.com/java-lang-IllegalArgumentException-when-using-SolrJ-CloudSolrServer-tp4116585p4117279.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: java.lang.IllegalArgumentException when using SolrJ CloudSolrServer

2014-02-10 Thread Shawn Heisey
On 2/10/2014 5:05 PM, jfeist wrote: I'm using Solr 4.5.1 and trying to use the SolrCloud setup. I have Zookeeper and Solr running on three machines. I have some Java code that does the following. SolrServer ss = new CloudSolrServer("http://localhost:8983/solr/collection1";); ss.deleteByQuery("

java.lang.IllegalArgumentException when using SolrJ CloudSolrServer

2014-02-10 Thread jfeist
I'm using Solr 4.5.1 and trying to use the SolrCloud setup. I have Zookeeper and Solr running on three machines. I have some Java code that does the following. SolrServer ss = new CloudSolrServer("http://localhost:8983/solr/collection1";); ss.deleteByQuery("*:*"); That gives me the following s