Re: MultiSearcher vs IndexSearcher(new MultiReader

2007-02-21 Thread Chris Hostetter
: Could someone enlighten me a bit about the subject? When do I want to : use a MultiSearcher rather than a searcher running of a MultiReader? : There seems to be a bunch of limitations in the MultiSearcher, and it : is these that made me curious. as i understand it the limitations of the MultiSe

Re: MultiSearcher vs IndexSearcher(new MultiReader

2007-02-21 Thread Nott
Hi MultiSearcher we have used whenwe use more than one folder. As of we used so far we did not had much issues with multisearcher. The index at times becomes slow when you incluse more no of folder to search We have the full index in one folder and the incremental index in another folder so that

MultiSearcher vs IndexSearcher(new MultiReader

2007-02-21 Thread karl wettin
Could someone enlighten me a bit about the subject? When do I want to use a MultiSearcher rather than a searcher running of a MultiReader? There seems to be a bunch of limitations in the MultiSearcher, and it is these that made me curious. -- karl --