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 to enable docValues by default and it's now applied to all the type of the default core (except for the "ignored" on). I think we should follow the same logic to avoid keeping having the same problem. |