On Thu, Jun 12, 2008 at 12:14 PM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > That's my observations, too. Shows up more when you have lots of deleted > docs and high query rates, of course.
Luckily for normal term queries, isDeleted() isn't called. SegmentTermDocs keeps a reference of the deleted docs bit vector and directly uses that w/o synchronizing. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
