Re: How does MultiSearcher Work

2006-03-12 Thread wu fox
thank you Yonik 2006/3/12, Yonik Seeley <[EMAIL PROTECTED]>: > > On 3/11/06, wu fox <[EMAIL PROTECTED]> wrote: > > Hi : > > I'd like to search several indices located at diffrence partition.Ithink > > use MultiSearcher is the right way.But when I inspected the source code > of > > this class,I w

Re: How does MultiSearcher Work

2006-03-11 Thread Yonik Seeley
On 3/11/06, wu fox <[EMAIL PROTECTED]> wrote: > Hi : > I'd like to search several indices located at diffrence partition.I think > use MultiSearcher is the right way.But when I inspected the source code of > this class,I was confused because I can not find any code that seach all > the indices a

How does MultiSearcher Work

2006-03-11 Thread wu fox
Hi : I'd like to search several indices located at diffrence partition.I think use MultiSearcher is the right way.But when I inspected the source code of this class,I was confused because I can not find any code that seach all the indices and combine the result ,how does this class do this job?A