Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: a08958fd1c0d11d76dd5793000a7ccd953c371ae https://github.com/xwiki/xwiki-platform/commit/a08958fd1c0d11d76dd5793000a7c... Author: Michael Hamann <michael.hamann@xwiki.com> Date: 2025-02-03 (Mon, 03 Feb 2025) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-server/xwiki-platform-search-solr-server-core-search/src/main/resources/conf/managed-schema.xml Log Message: ----------- XWIKI-22820: Solr field cache uses a lot of RAM (#3845) * Configure the "string" field type with docValues="true" as in the default configuration. In tests, this eliminates all fields in the field cache apart from the caches for title_sort and author_display_sort, which seem small in comparison. (cherry picked from commit 062dabebb66fd978c1c6d9a817d831b98c5851df) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications