On Sun, Jul 3, 2011 at 10:52 PM, arian487 <akarb...@tagged.com> wrote: > I know the queryResultCache and stuff live only so long as a commit happens > but I'm wondering if the custom caches are like this as well? I'd actually > rather have a custom cache which is not cleared at all.
That's not currently possible. The nature of Solr's caches are that they are completely transparent - it doesn't matter if a cache is used or not, the response should always be the same. This is analogous to caching the fact that 2*2 = 4. Put another way, Solr's caches are only for increasing request throughput, and should not affect what response a client receives. -Yonik http://www.lucidimagination.com