I believe so. This is a pretty significant bug. Aviran
-----Original Message----- From: Doug Cutting [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 15:33 PM To: Lucene Developers List Subject: Re: [PATCH] [Bug 30240] - FieldCacheImpl cache gets rebuilt every time I wonder if we ought to make a 1.4.1 release for this. Thoughts? Doug Aviran wrote: > Works like a charm (-: > > -----Original Message----- > From: Doug Cutting [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 21, 2004 15:10 PM > To: Lucene Developers List > Subject: Re: [PATCH] [Bug 30240] - FieldCacheImpl cache gets rebuilt every > time > > > Aviran wrote: > >> Entry (IndexReader reader, String field, int type) { >>- this.reader = reader; > > > The IndexReader also needed to be removed from the constructor > parameters, and a few other places. Doing this revealed that > FieldSortedHitQueue.java also needed to be fixed. Check out the diff > posted by CVS. > > Anyway, this should now work. Can you please benchmark the code that > I > just checked in to make sure it resolves the issue? > > Thanks, > > Doug > > --------------------------------------------------------------------- > 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] > --------------------------------------------------------------------- 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]
