Re: FieldCache: flush cache explicitly

2007-03-13 Thread Otis Gospodnetic
John - a bug with code is best. No gods here. Otis - Original Message From: John Wang <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, March 9, 2007 2:22:35 AM Subject: FieldCache: flush cache explicitly I think the api should allow for explicitly flush the fiel

RE: FieldCache: flush cache explicitly

2007-03-09 Thread Ramana Jelda
t: Friday, March 09, 2007 8:23 AM > To: java-user@lucene.apache.org > Subject: FieldCache: flush cache explicitly > > I think the api should allow for explicitly flush the fieldcache. > > I have a setup where new readers are being loaded very some > period of time. I don't

FieldCache: flush cache explicitly

2007-03-08 Thread John Wang
I think the api should allow for explicitly flush the fieldcache. I have a setup where new readers are being loaded very some period of time. I don't want to rely on Java WeakHashMap to free the cache, I want to be able to do it in a deterministic way. It would be great if this can be added to L