Is there / should there be a way to access the three core caches?
You can access user defined caches from: searcher.getCache( "name" ); The three core caches only have private access from SolrIndexSearcher. I want to be able to programmatic check the cache sizes and make sure they are big enough for faceting. thanks ryan