Re: shard distribution of multiple collections in SolrCloud

2012-05-24 Thread Daniel Brügge
Ok, thanks a lot, good to know. BTW: The speed of creating a collections is not the fastest - at least here on this server I use (approx. second), but this is normal right? On Wed, May 23, 2012 at 9:28 PM, Mark Miller markrmil...@gmail.com wrote: Yeah, currently you have to create the core on

Re: shard distribution of multiple collections in SolrCloud

2012-05-24 Thread Tommaso Teofili
2012/5/23 Mark Miller markrmil...@gmail.com Yeah, currently you have to create the core on each node...we are working on a 'collections' api that will make this a simple one call operation. Mark, is there a Jira for that yet? Tomamso We should have this soon. - Mark On May 23, 2012,

Re: shard distribution of multiple collections in SolrCloud

2012-05-24 Thread Mark Miller
I don't think there is yet - my fault, did not realize - we should make one. I've been messing around with some early stuff, but I'm still unsure about some things. Might just put in something simple to start though. On May 24, 2012, at 4:39 AM, Tommaso Teofili wrote: 2012/5/23 Mark Miller

Re: shard distribution of multiple collections in SolrCloud

2012-05-24 Thread Tommaso Teofili
2012/5/24 Mark Miller markrmil...@gmail.com I don't think there is yet - my fault, did not realize - we should make one. I've been messing around with some early stuff, but I'm still unsure about some things. Might just put in something simple to start though. sure, I'll take a look and

shard distribution of multiple collections in SolrCloud

2012-05-23 Thread Daniel Brügge
Hi, i am creating several cores using the following script. I use this for testing SolrCloud and to learn about the distribution of multiple collections. max=500 for ((i=2; i=$max; ++i )) ; do curl

Re: shard distribution of multiple collections in SolrCloud

2012-05-23 Thread Mark Miller
Yeah, currently you have to create the core on each node...we are working on a 'collections' api that will make this a simple one call operation. We should have this soon. - Mark On May 23, 2012, at 2:36 PM, Daniel Brügge wrote: Hi, i am creating several cores using the following script.