Re: auto warm up cache and new data

2012-04-27 Thread Chris Hostetter
: The warmup process reloads the data from the new index. More specificly: autowarming looks at the *keys* from the old cache, and uses those keys along with the newSearcher to populate the new cache. The old *values* are not re-used. -Hoss

Re: auto warm up cache and new data

2012-04-26 Thread Tomás Fernández Löbbe
The warmup process reloads the data from the new index. Cache in Solr expires with a new searcher, correct. You could have evictions too if it gets filled. On Thu, Apr 26, 2012 at 8:33 AM, mizayah wrote: > Please help me understand that. > What wil happen if if have cached data and thay change