On Wed, Jun 27, 2012 at 12:23 PM, Erik Hatcher <erik.hatc...@gmail.com> wrote:
>
> On Jun 27, 2012, at 12:01 , Yonik Seeley wrote:
>
>> 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.
>
>
> But if highlighting were enabled on those warming queries, it'd fill in the 
> document cache, right?

Correct.

-Yonik
http://lucidimagination.com

Reply via email to