Re: What gets written to the other shards?

2013-08-12 Thread Thierry Thelliez
Hoss, >From the Solr 4.1 release highlights, under the SolrCloud enhancements section: "Collections that do not specify numShards at collection creation time use custom sharding and default to the "implicit" router. Document updates received by a shard will be indexed to that shard, unless a "*sh

Re: What gets written to the other shards?

2013-08-12 Thread Thierry Thelliez
that my settings are correct. I still do not explain why I have such growth on all the shards at the same time. One thing I noticed is that three of them are leaders in the SolrCloud admin UI graph. Is that normal? Thierry On Mon, Aug 12, 2013 at 5:39 PM, Thierry Thelliez

Re: What gets written to the other shards?

2013-08-12 Thread Thierry Thelliez
Aug 12, 2013 at 4:59 PM, Greg Preston wrote: > Are you manually setting the shard on each document? If not, documents > will be hashed across all the shards. > > -Greg > > > On Mon, Aug 12, 2013 at 3:50 PM, Thierry Thelliez < > thierry.thelliez.t...@gmail.com> wrote:

Re: What gets written to the other shards?

2013-08-12 Thread Thierry Thelliez
ar Thanks. Thierry On Mon, Aug 12, 2013 at 5:04 PM, Shawn Heisey wrote: > On 8/12/2013 4:50 PM, Thierry Thelliez wrote: > >> Hello, I am trying to set a four shard system for the first time. I do >> not understand why all the shards data are growing at about the same rate >

What gets written to the other shards?

2013-08-12 Thread Thierry Thelliez
Hello, I am trying to set a four shard system for the first time. I do not understand why all the shards data are growing at about the same rate when I push the documents to only one shard. The four shards represent four calendar years. And for now, on a development machine, these four shards r