Re: Question about caching

2016-03-31 Thread Shawn Heisey
On 3/31/2016 7:25 AM, Bastien Latard - MDPI AG wrote: > I read this very interesting post 'Understanding and tuning your Solr > caches > ' ! > This is the only good document that I was able to find after searching > for 1 day! > > /I

Re: Question about caching

2016-03-31 Thread Erick Erickson
A couple of quick things to add: The queryResultCache was historically built for paging, it's quite common for its utilization to be low, but... it's not a very expensive cache. Basically, it's a map where each entry (up to "size") is a key that is the query and value that is queryResultWindowSize