On 9/15/06, robert engels <[EMAIL PROTECTED]> wrote:
Why not just use a dedicated server with an HTTP/TCP listener and let
it respond to Lucene queries.

If you have more than one server to handle the load, you need to
distribute the index to all the search boxes.  NFS is an easy way, but
I imagine performance would suffer.
Solr can use rsync to update each server with the segment changes, but
other methods like letting NFS handle it are possible.


-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