Samuel LEMOINE a écrit : > I'm acutely interrested by this issue too, as I'm working on > distributed architecture of Lucene. I'm only at the very beginning of > my study so that I can't help you much, but Hadoop maybe could fit to > your requirements. It's a sub-project of Lucene aiming to parallelise > Lucene. > See http://lucene.apache.org/hadoop/about.html but I don't know wether > it scales well to very small clusters... > Reading from index replicated in several server is not hard, the writing (and locking) part is harder. The way choosen by technorati's guys is one computer to index, and rsync replication with cp and mv commit in the search cluster. If you need more power for indexing, then, use nutch.
M. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]