Re: updating a single searcher in MultiSearcher

2007-04-14 Thread Doron Cohen
jafarim <[EMAIL PROTECTED]> wrote on 14/04/2007 01:16:49: > hi list, > I am using a ParallelMultiSearcher in order to search a number of indices. > As the rate of input to the index is very high I have to check > indexSearcher.isCurrent quite often and have to reopen the index. There are > however

updating a single searcher in MultiSearcher

2007-04-14 Thread jafarim
hi list, I am using a ParallelMultiSearcher in order to search a number of indices. As the rate of input to the index is very high I have to check indexSearcher.isCurrent quite often and have to reopen the index. There are however to issues: - In order to have a current version of a searcher, do