Re: Implicit Router Configurations

2015-06-24 Thread Erick Erickson
> What is the recommended way to manually change clusterstate.json? >> Is there a java code \ script way of editing a file in ZK? >> >> Best, >> Arnon >> >> >> >> From: Erick Erickson >> To: solr-user@lucene.apache.org >> Date:

Re: Implicit Router Configurations

2015-06-24 Thread Upayavira
he.org > Date: 23/06/2015 09:09 PM > Subject:Re: Implicit Router Configurations > > > > Please raise a JIRA for this, I can see why this would occur. > You can manually change the clusterstate.json file when this > happens as a stop-gap, I'd have all the

Re: Implicit Router Configurations

2015-06-23 Thread Arnon Yogev
Thank you Erick, What is the recommended way to manually change clusterstate.json? Is there a java code \ script way of editing a file in ZK? Best, Arnon From: Erick Erickson To: solr-user@lucene.apache.org Date: 23/06/2015 09:09 PM Subject:Re: Implicit Router Configurations

Re: Implicit Router Configurations

2015-06-23 Thread Erick Erickson
Please raise a JIRA for this, I can see why this would occur. You can manually change the clusterstate.json file when this happens as a stop-gap, I'd have all the Solr instances down when doing this though. Best, Erick On Tue, Jun 23, 2015 at 8:19 AM, Arnon Yogev wrote: > We have a use case wh

Implicit Router Configurations

2015-06-23 Thread Arnon Yogev
We have a use case where documents are indexed in shards according to a specific field (shard per user), and the number of shards is unknown when creating the collection. For that purpose we use the implicit router and define router.field=user. >From what we've seen, the only way to define an im