> > I have some questions about searching multiple indexes.
> >
> > 1. IndexSearcher with a MultiReader will search the indexes
> > sequentially?

I think need to use either MultiSearcher or ParallelMultiSearcher

> >
> > 2. ParallelMultiSearcher searches in parallel. How is this
> > done? One thread
> > per index? When will it return? When the slowest search is fineshed?

Yes and Yes I think.

> >
> > 3. When I have to search indexes created with different
> > analyzers (maybe a
> > french and a german analyzer), I have to search them
> > separately by my own?

Yes =)

> >
> > Thank you.


Regards,
Cedric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to