Re: Using the Collections API

2013-05-17 Thread A.Eibner
ShardsPerNode=1 The SolrCloud wiki does a good job of explaining the params and how they function. http://wiki.apache.org/solr/SolrCloud Jared On Fri, May 17, 2013 at 4:57 AM, A.Eibner wrote: Hi, sorry for the delay. I have two live nodes (also zookeeper knows these two [app02:9985_solrl,app03:998

Re: Using the Collections API

2013-05-17 Thread A.Eibner
nfigName=storage-conf Both replicas will be created on app02. Any clues ? Should I post anything else? Regards Alexander Am 2013-05-15 14:48, schrieb Mark Miller: Yeah, I use both on an empty Solr - what is the error? - Mark On May 15, 2013, at 6:53 AM, A.Eibner wrote: Hi, I just wanted to a

Using the Collections API

2013-05-15 Thread A.Eibner
Hi, I just wanted to ask, if anyone is using the collections API to create collections, or if not how they use the coreAPI to create a collection with replication ? Because I run into errors when creating a collection on an empty solr. Kind regards Alexander

Re: Empty Solr 4.2.1 can not create Collection

2013-05-15 Thread A.Eibner
: : Am 2013-04-10 22:27, schrieb A.Eibner: : > Hi, : > : > here the clusterstate.json (from zookeeper) after creating the core: : > : > {"storage":{ : > "shards":{"shard1":{ : > "range":"8000-7fff&q

Re: Empty Solr 4.2.1 can not create Collection

2013-04-16 Thread A.Eibner
t's a bug ? Kind Regards Alexander Am 2013-04-10 22:27, schrieb A.Eibner: Hi, here the clusterstate.json (from zookeeper) after creating the core: {"storage":{ "shards":{"shard1":{ "range":"8000-7fff", &qu

Re: Empty Solr 4.2.1 can not create Collection

2013-04-10 Thread A.Eibner
isterInZk(CoreContainer.java:908) ... 22 more Kind regards Alexander Am 2013-04-10 19:12, schrieb Joel Bernstein: Can you post what your clusterstate.json? After you spin up the initial core, it will automatically become leader for that shard. On Wed, Apr 10, 2013 at 3:43 AM, A.

Re: Empty Solr 4.2.1 can not create Collection

2013-04-10 Thread A.Eibner
Hi Joel, I followed your steps, the cores and collection get created, but there is no leader elected so I can not query the collection... Do I miss something ? Kind Regards Alexander Am 2013-04-09 10:21, schrieb A.Eibner: Hi, thanks for your faster answer. You don't use the Collectio

Re: Empty Solr 4.2.1 can not create Collection

2013-04-09 Thread A.Eibner
lection.configName=storage-conf> shard=shard1 5) Same command as above on the 3rd server to spin up another replica. This will spin up a new core and bind it to shard1 of the storage collection. On Mon, Apr 8, 2013 at 9:34 AM, A.Eibner wrote: Hi, I have a problem with setting u

Re: Empty Solr 4.2.1 can not create Collection

2013-04-09 Thread A.Eibner
ill spin up a new core and bind it to shard1 of the storage collection. On Mon, Apr 8, 2013 at 9:34 AM, A.Eibner wrote: Hi, I have a problem with setting up my solr cloud environment (on three machines). If I want to create my collections from scratch I do the following: *) Start ZooKeep