Awesome, this make a lot of sense now. Thanks a lot guys. Currently the only mention of this setting in the docs is under filterQuery on the "SolrCaching" page as: " ![]() I will update the docs sometime soon to reflect that this can apply to any query (q or fq). Cheers, Tim On 17/10/13 01:44 PM, Chris Hostetter wrote: : Does "cache=false" apply to all caches? The docs make it sound like it is for : filterCache only, but I could be misunderstanding.it's per *query* -- not per cache, or per request... /select?q={!cache=true}foo&fq={!cache=false}bar&fq={!cache=true}baz ...should cause 1 lookup/insert in the filterCache (baz) and 1 lookup/insert into the queryResultCache (for the main query with it's associated filters & pagination) -Hoss |
- Skipping caches on a /select Tim Vaillancourt
- Re: Skipping caches on a /select Yonik Seeley
- Re: Skipping caches on a /select Tim Vaillancourt
- Re: Skipping caches on a /select Yonik Seeley
- Re: Skipping caches on a /select Bill Bell
- Re: Skipping caches on a /select Chris Hostetter
- Re: Skipping caches on a /select Tim Vaillancourt