RE: Concurrent IndexReader and IndexSearcher behavior

2009-01-30 Thread Uwe Schindler
anuary 30, 2009 11:47 PM > To: java-user@lucene.apache.org > Subject: Concurrent IndexReader and IndexSearcher behavior > > Assume I have an index of size 20G and a main memory of 1G. > I do the following steps in order. > > * Open an IndexSearcher on the directory. > * S

Concurrent IndexReader and IndexSearcher behavior

2009-01-30 Thread Kay Kay
Assume I have an index of size 20G and a main memory of 1G. I do the following steps in order. * Open an IndexSearcher on the directory. * Serve Searches from that directory Meanwhile (when the IndexSearcher isstill open on the directory) - the following operations are performed concurrently.