"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
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