Description
while trying to help write some test cases for SOLR-13807 i discovered that the code path used for building the List<CacheConfig> of user caches (ie: <cache name="..." /> doesn't respect the idea of an "enabled" attribute ... that is only checked for in the code path use for building singular CacheConfig options from explicit xpaths (ie: <filterCache ... /> etc...)
We should fix this, if for no other reason then so it's easy for tests to use system properties to enable/disable all caches.
Attachments
Attachments
Issue Links
- blocks
-
SOLR-13807 Caching for term facet counts
- Open