Re: autowarmCount usefulness

2006-06-27 Thread Chris Hostetter
: How do I use LRUCache as a custom user cache to deal with cache : misses and look up data dynamically then? It seems to me that : LRUCache.get() should deal with misses itself and call the : regenerator if the key is not found. But rather SolrIndexSearcher : deals with this. If I define a cu

Re: autowarmCount usefulness

2006-06-27 Thread Erik Hatcher
On Jun 26, 2006, at 10:38 PM, Chris Hostetter wrote: : I'm trying to fully understand the LRUCache and the autowarmCount : parameter. Why does it make sense to auto-warm filters and query : results? In my case, if a new document is added it may invalidate : many filters, and it would require

Re: autowarmCount usefulness

2006-06-26 Thread Chris Hostetter
: I'm trying to fully understand the LRUCache and the autowarmCount : parameter. Why does it make sense to auto-warm filters and query : results? In my case, if a new document is added it may invalidate : many filters, and it would require knowing the details of the : documents added/removed t

autowarmCount usefulness

2006-06-26 Thread Erik Hatcher
I'm trying to fully understand the LRUCache and the autowarmCount parameter. Why does it make sense to auto-warm filters and query results? In my case, if a new document is added it may invalidate many filters, and it would require knowing the details of the documents added/removed to k