On 9/13/06, Jens Kraemer <[EMAIL PROTECTED]> wrote: > On Tue, Sep 12, 2006 at 10:57:32PM +0200, J Coppedge wrote: > > I believe you touched on each one... > > > > 1. Shared network index. > > > > 2. Sync of centralized index to individual index on each "slave" server. > > > > 3. Centralizing the searching / indexing to a separate search server - > > however it's possible that you would also need to load balance service > > at some point... > > load balancing the indexing to several servers can only be done via > segmenting the data across those servers, and merging it when searching. > This seems possible but is not implemented in Ferret (yet?)
The start of this is there (ie the MultiSearcher). I just need to implement RemoteSearcher. Don't expect it any time soon however as I'm a little burnt out at the moment. I'm just going to be cleaning up what is currently already built for the time being. Cheers, Dave _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

