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