Re: using SolrJ with SolrCloud, searching multiple indexes.

2014-03-22 Thread Shawn Heisey
On 3/22/2014 7:34 AM, Russell Taylor wrote: > Yeah sorry didn't explain myself there, one of the three zookeepers will > return me one of the solrcloud machines for me to access the index. I either > need to know which machine it returned(is this feasible I can't seem to find > a way to access i

RE: using SolrJ with SolrCloud, searching multiple indexes.

2014-03-22 Thread Russell Taylor
apache.org Subject: Re: using SolrJ with SolrCloud, searching multiple indexes. Hi Russell; You say that: | CloudSolrServer server = new CloudSolrServer("solrServer1: 2111,solrServer2:2111,solrServer2:2111"); but I should mention that they are not Solr Servers that is passed into a C

Re: using SolrJ with SolrCloud, searching multiple indexes.

2014-03-21 Thread Furkan KAMACI
Hi Russell; You say that: | CloudSolrServer server = new CloudSolrServer("solrServer1: 2111,solrServer2:2111,solrServer2:2111"); but I should mention that they are not Solr Servers that is passed into a CloudSolrServer. They are zookeeper host:port pairs optionally includes a chroot parameter

using SolrJ with SolrCloud, searching multiple indexes.

2014-03-21 Thread Russell Taylor
Hi, just started to move my SolrJ queries over to our SolrCloud environment and I want to know how to do a query where you combine multiple indexes. Previously I had a string called shards which links all the indexes together and adds them to the query. String shards = "server:8080/solr_sear