Thanks for this, I did not really explain my self well in the original
question, what I was interested to know is would a single Searcher
constructed from a MultiReader (across several different indexes) work
better than a MultiSearcher constructed from IndexSearchers each
pointing at a single index?

Thanks

Mike

-----Original Message-----
From: Yonik Seeley [mailto:[EMAIL PROTECTED] 
Sent: 12 November 2005 01:39
To: java-user@lucene.apache.org
Subject: Re: Performance Question

Look at IndexReader.open()
It actually uses a MultiReader if there are multiple segments.

-Yonik
Now hiring -- http://forms.cnet.com/slink?231706

On 11/11/05, Charles Lloyd <[EMAIL PROTECTED]> wrote:
> You should run your own tests, but I found the MultiReader to be
slower
> than a regular IndexReader.  I was running on a dual-cpu box and two
> separate disk drives.
>
> Charles.

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


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

Reply via email to