On Tue, Jun 26, 2012 at 6:53 AM, Markus Jelsma
<markus.jel...@openindex.io> wrote:
> Why would the documentCache not be populated via firstSearcher warming 
> queries with a non-zero value for rows?

Solr streams documents (the stored fields) returned to the user (so
very large result sets can be supported w/o having the whole thing in
memory).
A warming query finds the document ids matching a query, but does not
send them anywhere (and the stored fields aren't needed for anything
else), hence the stored fields are never loaded.

-Yonik
http://lucidimagination.com

Reply via email to