Re: Some questions on transactions

2007-09-12 Thread Michael McCandless
"Simon Wistow" <[EMAIL PROTECTED]> wrote: > I'm looking at doing a system which is looks something like this - I > have an IndexSearcher open with a on-disk index but all writes go to a > RAM based IndexWriter. Periodically I do > > 1. Close IndexSearcher > 2. Open new IndexWriter i

Some questions on transactions

2007-09-12 Thread Simon Wistow
I'm looking at doing a system which is looks something like this - I have an IndexSearcher open with a on-disk index but all writes go to a RAM based IndexWriter. Periodically I do 1. Close IndexSearcher 2. Open new IndexWriter in same location 3. Use addIndexes with old