: This is a limitation in the SolrCache API. : The key into the cache does not contain rows, so the cache returns the : first 10 docs and increments it's hit count. Then the cache user : (SolrIndexSearcher) looks at the entry and determines it can't use it.
Wow, I never realized that. Why don't we just include the start & rows (modulo the window size) in the cache key? -Hoss