-
Bug
-
Resolution: Fixed
-
Major
-
4.1.0
-
None
Whereas we need to send it only once beofre iterating over workspaces I think.
in org.ametys.cms.indexing.solr.SolrWorkspaceIndexer.indexAllWorkspaces() we do
_index(workspaceName, false, true);
I think we can pass false to the third argument and just send the schema once for all before iterating over workspaces. (to be tested because org.ametys.cms.content.indexing.solr.SolrIndexer.sendSchema() seems to care about the current workspace)
Some time will be saved