Re: (Sort of) transactional behavior

2007-05-29 Thread Michael McCandless
"Carlos Pita" <[EMAIL PROTECTED]> wrote: > I have a searcher and a writer, the writer writes N changes, then the > searcher is reopened to reflect them. Depending on whether autoCommit is > false or true for the writer it could have to be closed after the N-changes > batch too, just to make visibl

(Sort of) transactional behavior

2007-05-29 Thread Carlos Pita
Hi all, I have a searcher and a writer, the writer writes N changes, then the searcher is reopened to reflect them. Depending on whether autoCommit is false or true for the writer it could have to be closed after the N-changes batch too, just to make visible the flushed changes. But suppose for n