Re: Dumb question

2006-06-27 Thread Jeff Rodenburg
perfect, thanks Chris On 6/27/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : Would the query term(s) passed in a request need to be stemmed/analyzed : outside of the request (prior to), or is that handled internally? I'm still : making my way through the code but need to answer that questio

Re: Dumb question

2006-06-27 Thread Chris Hostetter
: Would the query term(s) passed in a request need to be stemmed/analyzed : outside of the request (prior to), or is that handled internally? I'm still : making my way through the code but need to answer that question in short : order. Solr field types all have at least one Analyzer -- sometimes

Dumb question

2006-06-27 Thread Jeff Rodenburg
Would the query term(s) passed in a request need to be stemmed/analyzed outside of the request (prior to), or is that handled internally? I'm still making my way through the code but need to answer that question in short order. cheers, j

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