Re: Multiple IndexReaders from the same Index Directory - issues with Locks / performance

2008-12-23 Thread Michael McCandless
tional commands, e-mail: java-user-h...@lucene.apache.org - -- http://www.tomergabel.com Tomer Gabel -- View this message in context: http://www.nabble.com/Multiple-IndexReaders-from-the-same-Index-Directory---issues-with-Locks---performance-tp21136262p21142273.html Sent from the Luce

Re: Multiple IndexReaders from the same Index Directory - issues with Locks / performance

2008-12-23 Thread Tomer Gabel
-- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > - -- http://www.tomergabel.com Tomer Gabel -- View this message in context: http://www.nabble

Multiple IndexReaders from the same Index Directory - issues with Locks / performance

2008-12-22 Thread Kay Kay
For one of our projects - we were planning to have the system of multiple individual Lucene readers (just read-only instances and no writes whatsoever ) in different physical machines having their IndexReader-s warmed up from the same directory for the indices and working on the same. I was r