Re: QueryResultsCache and DocSet filter

2008-08-14 Thread Kevin Osborn
, 2008 1:41:50 PM Subject: Re: QueryResultsCache and DocSet filter On Thu, Aug 14, 2008 at 3:15 PM, Kevin Osborn <[EMAIL PROTECTED]> wrote: > The problem here is that the calls in SolrIndexSearcher don't appear to use > the QueryResultsCache if the filer is a DocSet rather th

Re: QueryResultsCache and DocSet filter

2008-08-14 Thread Yonik Seeley
On Thu, Aug 14, 2008 at 3:15 PM, Kevin Osborn <[EMAIL PROTECTED]> wrote: > The problem here is that the calls in SolrIndexSearcher don't appear to use > the QueryResultsCache if the filer is a DocSet rather than a List. Right... using a DocSet as part of the cache key would be pretty slow (key co

QueryResultsCache and DocSet filter

2008-08-14 Thread Kevin Osborn
We have a bunch of user caches that return DocSet objects. So, we intersect them and send a DocSet filter and the actual query to getDocListAndSet or getDocList. The problem here is that the calls in SolrIndexSearcher don't appear to use the QueryResultsCache if the filer is a DocSet rather than