There are 5 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-000853e5-2475-4a66-97e1-b78235353eb3 XWIKI-23052 In Progress

Solr field cache still uses a lot of RAM

 
View issue   ยท   Add comment
 

5 updates

 
cid:jira-generated-image-avatar-55e48e3a-8209-4a28-9b35-15e2e5f8ccaa Changes by Thomas Mortagne on 28/Mar/25 13:40
 
Fix Version: 16.10.6
Fix Version: 17.3.0-rc-1
Description: Similarly to XWIKI-22820, we noticed that quite a lot of RAM was dedicated to storing data about the field "title_sort" (of type "lowercase").

I notice than in recent version Solr
decide decided to enable docValues by default , and it's now applied to all the type types of the default core (except for the "ignored" on one ). I think we should follow the same logic to avoid keeping having the same problem.
Assignee: Thomas Mortagne
Status: Open In Progress