Re: Updating a distributed collection

2007-04-26 Thread Sean Bowman
Thanks. Just wanted to check before we dove into configuring the load balancers. On 4/26/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 4/26/07, Sean Bowman <[EMAIL PROTECTED]> wrote: > If we configure multiple servers to replicate an index and hide them > behind a load balancer, how exactly do

Re: Updating a distributed collection

2007-04-26 Thread Yonik Seeley
On 4/26/07, Sean Bowman <[EMAIL PROTECTED]> wrote: If we configure multiple servers to replicate an index and hide them behind a load balancer, how exactly do we update documents to the index? Do we have to send updates just to the master server directly? Yes. The load-balancer part is only f

Updating a distributed collection

2007-04-26 Thread Sean Bowman
If we configure multiple servers to replicate an index and hide them behind a load balancer, how exactly do we update documents to the index? Do we have to send updates just to the master server directly? Or does the slave somehow manage to forward the update request to the master server behind t