Re: about warm up

2010-07-22 Thread Chris Hostetter
: I want to load full text into an external cache, So I added so codes : in newSearcher where I found the warm up takes place. I add my codes ... : public void newSearcher(SolrIndexSearcher newSearcher, : SolrIndexSearcher currentSearcher) { : warmTextCache(newSearcher,warmTextCache,

about warm up

2010-07-14 Thread Li Li
I want to load full text into an external cache, So I added so codes in newSearcher where I found the warm up takes place. I add my codes before solr warm up which is configed in solrconfig.xml like this: ... public void newSearcher(SolrIndexSearcher newSearcher, Sol