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
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
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