On 12/28/06, Adam Fleming <[EMAIL PROTECTED]> wrote:
I saw that Doug Cutting had an interesting solution for his Technorati website:
http://www.mail-archive.com/lucene-user@jakarta.apache.org/msg12709.html

It sounds like it's a single-writer, many readers type of system, but quite 
robust and efficient.

Yes, this is exactly what Solr uses.
One advantage of it over using a network filesystem is that you get
native FS speed, and you don't have a single point of failure (from
the searcher perspective).

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to