On Mon, Sep 6, 2010 at 8:37 AM, MitchK <mitc...@web.de> wrote:
> 10 % numShards(10) ->  1 -> doc 10 will be indexed at shard 1... and what
> about the older version at shard 2? I am no expert when it comes to
> cloudComputing and the other stuff.
> If you can point me to one or another reference where I can read about it,
> it would help me a lot, since I only want to understand how it works at the
> moment.

SolrCloud hasn't done anything on the indexing front yet (it still
relies on user partitioning).
The problem you point out is why a simple hash won't work well.  When
we do support indexing, we'll be able to figure out what document goes
to what shard by consulting the state we keep in zookeeper.

-Yonik
http://lucenerevolution.org  Lucene/Solr Conference, Boston Oct 7-8

Reply via email to