: Is it the wrong approach to have the same warmup queries in both new and
: first searcher? The wiki shows a sorting query for the newSearcher and the
: same sorting query plus facet/filter queries for the firstSearcher. 

The thing to remember is that in addition to "static warming" that you 
might configure via QuerySenderListeners on newSearcher/firstSearcher 
events there is also "auto warming" that takes place for your caches on 
newSearcher events -- so people typically configure more things in their 
firstSearcher QuerySenderListener because there won't be any auto 
warming them



-Hoss

Reply via email to