Hi, We've written a few searchComponenets that make use of rb.setNeedDocSet(true); the trouble with this is that the query gets cached in the filter_cache, and we think are purging our more 'useful' docsets from the filter_cache.
Has anyone else noticed this and has a useful remedy? We are currently using the solr.FastLRUCache and solr 4.5.1. I was thinking of creating the docset in the first component that uses it, cached for use by other components, then finally discarded. Thanks in advance for any help. Dan