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


auto warm up cache and new data

2012-04-26 Thread mizayah
Please help me understand that.
What wil happen if if have cached data and thay change after comit and i
have autowarm set up.
Old cached data will be still accesible in cache so i will get old data?

That means if autowarm copy all needed data to new cache probably i will
never see new data?
Cache in solr expire only with searcher going down right?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/auto-warm-up-cache-and-new-data-tp3940963p3940963.html
Sent from the Solr - User mailing list archive at Nabble.com.


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 miza...@gmail.com wrote:

 Please help me understand that.
 What wil happen if if have cached data and thay change after comit and i
 have autowarm set up.
 Old cached data will be still accesible in cache so i will get old data?

 That means if autowarm copy all needed data to new cache probably i will
 never see new data?
 Cache in solr expire only with searcher going down right?

 --
 View this message in context:
 http://lucene.472066.n3.nabble.com/auto-warm-up-cache-and-new-data-tp3940963p3940963.html
 Sent from the Solr - User mailing list archive at Nabble.com.