There's no problem about having the same warming in both cases. First queries
are use to warm the index once you start the solr instance. New queries warm
the index once a commit in executed, for example.
In first queries warming there was no previous IndexSearcher opened. In new
queries there was and it's the one that serves search requests while the new
one is being warmed.

solrquestion6 wrote:
> 
> Hi,
> 
> 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. 
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/new-first-searcher-tp27714473p27719048.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to