First, why is it important to you? General background or a specific problem you're trying to address?
But to answer, no. The queryResultCache contains the top N ids for the query. You control N by setting <queryResultWindowSize> in solrconfig.xml. It's often set to 2x the usual "rows" parameter on the theory that people rarely page past the second page. Best, Erick On Sun, Oct 6, 2013 at 5:22 AM, Ertio Lew <ertio...@gmail.com> wrote: > Does the queryResultCache, contain all the results returned by main query(q > param) or it contains results prepared after all filter queries ?