Defect HC-4091

Solr documentCache size is not adjustable for CatalogGroup and Unstructured index

Software

Customer case Applies to Corrected in
CS0120943 V9.0.1.0 9.0.1.12

Observed behavior

The unstructured and catalogGroup indexes contain hard-coded values for the cache sizes for Solr, making it so that they cannot be tuned.

Expected behavior

documentCache should be parameterized for unstructured and CatalogGroup indexes instead of being hard-coded.

Resolution

The documentCache entry has been fixed to replace the hard-coded values with parameterized values for unstructured (Unstructured/conf/solrconfig.xml) and CatalogGroup (CatalogGroup/conf/solrconfig.xml) indexes.