Revert "SEARCH-2548: Disable documentCache for SOLR Core, as properties are not re-used from SOLR side ever."

This reverts commit e6e00b2c98c79df0d9f004fafb4106111478ac21.
This commit is contained in:
Angel Borroy
2021-05-18 17:09:41 +02:00
parent 3dd88e1a04
commit b071000ab1

View File

@@ -103,8 +103,8 @@ solr.filterCache.size=256
solr.filterCache.initialSize=128
solr.queryResultCache.size=1024
solr.queryResultCache.initialSize=1024
solr.documentCache.size=0
solr.documentCache.initialSize=0
solr.documentCache.size=1024
solr.documentCache.initialSize=1024
solr.queryResultMaxDocsCached=2048
solr.authorityCache.size=128
@@ -155,7 +155,7 @@ solr.deniedCache.autowarmCount=0
solr.readerCache.autowarmCount=0
solr.ownerCache.autowarmCount=0
solr.queryResultCache.autowarmCount=4
solr.documentCache.autowarmCount=0
solr.documentCache.autowarmCount=512
solr.queryResultWindowSize=512