On 9/21/2011 1:45 PM, Miguel Coxo wrote:

> What i would like to know is if a shard master fails will the replica be
> "promoted" to a master. Or will it remain search only and only recover when
> a new master is setup.

Replica will not be promoted. Search would still work.

> Also how is the document indexing distributed by the shards? Can i add a new
> shard dynamically?

There's no distributed indexing yet, only distributed search. There's work
being done on DI, but it's not complete. It's up to your application to
distribute indexing. Whether you can add shards or not depends on how your
application is implemented and what your requirements are. You need to
make sure that every doc is indexed always in the same place.

Reply via email to