Le lundi 26 février 2007 20:12, Chris Lu a écrit :
> Hi, Nicolas,
>
> Just a note: Having one searcher is far enough for ordinary usage,
> even some production sites. But I do see some throughput gain through
> increasing the number of searchers.
>
> Those searchers should either be opened on an static index, or be
> synchronized to open/close cleanly, to avoid any exceptions.

ok, I have found what I missed. I looked to the code in SegmentReader, and 
there are some synchronized functions. So the performance improve you are 
talking about. Too bad because it only comes from the possibility to delete 
document, which seems useless for the read-only-index use case.

Nicolas

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

Reply via email to