Re: a thought on cache

2006-08-05 Thread karl wettin
On Fri, 2006-08-04 at 11:18 -0400, Yonik Seeley wrote: > On 8/4/06, karl wettin <[EMAIL PROTECTED]> wrote: > > When new documents are inserted (if I understand it right, Solr have > > some kind of notification system for this) the cached queries are placed > > on the new documents (indexed in a Mem

Re: a thought on cache

2006-08-04 Thread Yonik Seeley
On 8/4/06, karl wettin <[EMAIL PROTECTED]> wrote: When new documents are inserted (if I understand it right, Solr have some kind of notification system for this) the cached queries are placed on the new documents (indexed in a Memory- or InstantiatedIndex [Lucene issue 550]) to see if they affect

Re: a thought on cache

2006-08-04 Thread karl wettin
On Thu, 2006-08-03 at 23:53 -0700, Chris Hostetter wrote: > 1) as new docs come in, add them to a purely in memory index > 2) when it becomes time to "commit" the new documents, test all queries > in the cache against this in memory index. > 3) any query in the cache which has a hit on

Re: a thought on cache

2006-08-03 Thread Chris Hostetter
: I don't do Solr, but had this thought that might be interesting: instead : of associating cache with an IndexSearcher, it could stand by it self. : When new documents are inserted (if I understand it right, Solr have : some kind of notification system for this) the cached queries are placed : on

a thought on cache

2006-08-03 Thread karl wettin
I don't do Solr, but had this thought that might be interesting: instead of associating cache with an IndexSearcher, it could stand by it self. When new documents are inserted (if I understand it right, Solr have some kind of notification system for this) the cached queries are placed on the new do