Re: ConcurrentUpdateSolrClient ignoring the collection param in some methods

2015-06-28 Thread Shawn Heisey
On 6/28/2015 2:59 PM, Jorge Luis Betancourt González wrote: > Yes CloudSolrClient is better suited for cloud environments, in this case I'm > dealing with a single server with multiple collections. In the code I provide > the ability to switch to CloudSolrClient instead of CUSC if a zookeper URL

Re: [MASSMAIL] Re: ConcurrentUpdateSolrClient ignoring the collection param in some methods

2015-06-28 Thread Jorge Luis Betancourt González
he queue only contain UpdateRequest objects which doesn't hold any data > about the collection. > > Regards, > > - Original Message - > From: "Shawn Heisey" > To: solr-user@lucene.apache.org > Sent: Friday, June 26, 2015 5:10:24 PM > Subject: Concurren

Re: [MASSMAIL] Re: ConcurrentUpdateSolrClient ignoring the collection param in some methods

2015-06-28 Thread Jorge Luis Betancourt González
d and non-cloud deployments. Thanks for the replies, Regards, - Original Message - From: "Erick Erickson" To: solr-user@lucene.apache.org Sent: Saturday, June 27, 2015 11:33:53 AM Subject: [MASSMAIL] Re: ConcurrentUpdateSolrClient ignoring the collection param in some

Re: ConcurrentUpdateSolrClient ignoring the collection param in some methods

2015-06-27 Thread Erick Erickson
pdateRequest objects which doesn't hold any data > about the collection. > > Regards, > > - Original Message - > From: "Shawn Heisey" > To: solr-user@lucene.apache.org > Sent: Friday, June 26, 2015 5:10:24 PM > Subject: ConcurrentUpdateSolrClient igno

Re: ConcurrentUpdateSolrClient ignoring the collection param in some methods

2015-06-26 Thread Jorge Luis Betancourt González
only contain UpdateRequest objects which doesn't hold any data about the collection. Regards, - Original Message - From: "Shawn Heisey" To: solr-user@lucene.apache.org Sent: Friday, June 26, 2015 5:10:24 PM Subject: ConcurrentUpdateSolrClient ignoring the collection param in

Re: ConcurrentUpdateSolrClient ignoring the collection param in some methods

2015-06-26 Thread Shawn Heisey
On 6/26/2015 2:27 PM, Jorge Luis Betancourt González wrote: > I'm trying to use the ConcurrentUpdateSolrClient class, that has some methods > that accept and aditional parameter to indicate the collection, some of this > methods are add(String collection, SolrInputDocument doc), > request(SolrRe

ConcurrentUpdateSolrClient ignoring the collection param in some methods

2015-06-26 Thread Jorge Luis Betancourt González
Hi all, I'm trying to use the ConcurrentUpdateSolrClient class, that has some methods that accept and aditional parameter to indicate the collection, some of this methods are add(String collection, SolrInputDocument doc), request(SolrRequest, String collection). With HttpSolrClient this works f