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