RE: Yet another NFS Question...

2009-04-27 Thread Sudarsan, Sithu D.
ess.com] Sent: Monday, April 27, 2009 4:13 PM To: java-user@lucene.apache.org Subject: Re: Yet another NFS Question... "In theory" either solution will work, from Lucene's standpoint. But this is not well-explored territory: you are a pioneer! Please report back on your results

Re: Yet another NFS Question...

2009-04-27 Thread Michael McCandless
"In theory" either solution will work, from Lucene's standpoint. But this is not well-explored territory: you are a pioneer! Please report back on your results :) Usually (and this may be different in your app), search performance trumps indexing performance, so my guess is you'd want the index

Yet another NFS Question...

2009-04-27 Thread David Seltzer
Hi everyone, There has been a lot of discussion regarding Lucene+NFS pitfalls. I'm not sure how to proceed with a more distributed operation. I'm trying to take the indexing load off of our search server. I can do this either by building a new server which hosts the Indexer and the Index, or a se