On Tue, Mar 11, 2008 at 10:41 AM, German Kondolf <[EMAIL PROTECTED]> wrote: > *:* is parsed as a MatchAllDocsQuery? > > I've got some preformance issues in Lucene 2.2 because > MatchAllDocsQuery ask for a "isDeleted()" for every document, I didn't > tried it in 2.3.
That will still be the case in 2.3 (and it's a synchronized call... ouch). That's one of the reasons why read-only IndexReaders would be a good idea. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]