: 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,
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