Ah ok, think I found it: org.apache.nutch.indexer.FsDirectory no? Couldn't this be used in Solr and distribute all the data rather than master/slave it?
----- Original Message ---- From: Doug Cutting <[EMAIL PROTECTED]> To: solr-dev@lucene.apache.org Sent: Tuesday, April 25, 2006 4:10:36 PM Subject: Re: GData jason rutherglen wrote: > Is a faster method of loading or updating the IndexSearcher something that > makes sense for Lucene? Yes. Folks have developed incrementally updateable IndexSearchers before, but none is yet part of Lucene. > Or just assume the Google architecture is a lot more complex. That's probably a safe assumption. Their architecture is designed to support real-time things like calendars, email, etc. Search engines, Lucene's normal domain, are not usually real-time, but have indexing delays. Doug