time and contribution to Solr!
>
> -Original Message-
> From: Erick Erickson [mailto:erickerick...@gmail.com]
> Sent: January-17-13 8:46 AM
> To: solr-user@lucene.apache.org
> Subject: Re: SOlr 3.5 and sharding
>
> You're still confusing shards (or at least mixin
Subject: Re: SOlr 3.5 and sharding
You're still confusing shards (or at least mixing up the terminology) with
simple replication. Shards are when you split up the index into several sub
indexes and configure the sub-indexes to "know about each other". Say you have
1M docs in 2
istribute the documents to each shard using a simple ID modulo
> 4 rule.
>
> Were my expectations wrong about the number of documents?
>
> -Original Message-
> From: Upayavira [mailto:u...@odoko.co.uk]
> Sent: January-15-13 9:21 AM
> To: solr-user@lucene.apac
ions wrong about the number of documents?
-Original Message-
From: Upayavira [mailto:u...@odoko.co.uk]
Sent: January-15-13 9:21 AM
To: solr-user@lucene.apache.org
Subject: Re: SOlr 3.5 and sharding
He was referring to master/slave setup, where a slave will poll the master
periodically
shards.
>
> Can you elaborate on this "polling interval" thing? I am pretty sure I
> never eared about this...
>
> Regards
>
> -Original Message-
> From: Erick Erickson [mailto:erickerick...@gmail.com]
> Sent: January-15-13 8:00 AM
> To: solr-u
erickerick...@gmail.com]
Sent: January-15-13 8:00 AM
To: solr-user@lucene.apache.org
Subject: Re: SOlr 3.5 and sharding
You're confusing shards and slaves here. Shards are splitting a logical index
amongst N machines, where each machine contains a portion of the index. In that
setup, you have to confi
You're confusing shards and slaves here. Shards are splitting a logical
index amongst N machines, where each machine contains a portion of the
index. In that setup, you have to configure the slaves to know about the
other shards, and the incoming query has to be distributed amongst all the
shards t
Ok that was my first thought... thanks for the confirmation
-Original Message-
From: Michael Ryan [mailto:mr...@moreover.com]
Sent: January-14-13 10:06 AM
To: solr-user@lucene.apache.org
Subject: RE: SOlr 3.5 and sharding
If you have the same documents -- with the same uniqueKey
n.vac...@wantedanalytics.com]
Sent: Monday, January 14, 2013 9:59 AM
To: solr-user@lucene.apache.org
Subject: SOlr 3.5 and sharding
Hi,
I`m setting up a small Sorl setup consisting of 1 master node and 4 shards. For
now, all four shards contains the exact same data. When I perform a query on