Thanks Yonik, must have just missed it. A question about adding a new shard to the index. I am definitely not a hashing expert, but the goal is to have a uniform distribution of buckets based on what we're hashing. If that happens then our shards would reach capacity at approximately the same time. In this situation I don't think splitting one shard would help us we'd need to split every shard to reduce the load on the burdened systems right?
On Mon, Dec 5, 2011 at 9:45 AM, Yonik Seeley <yo...@lucidimagination.com> wrote: > On Mon, Dec 5, 2011 at 9:21 AM, Jamie Johnson <jej2...@gmail.com> wrote: >> What does the version field need to look like? > > It's in the example schema: > <field name="_version_" type="long" indexed="true" stored="true"/> > > -Yonik > http://www.lucidimagination.com