Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: 6d35708b88e3121f56282a609b3a7842a4f42c1a
https://github.com/xwiki/xwiki-platform/commit/6d35708b88e3121f56282a609b3a…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/DefaultSolrIndexer.java
Log Message:
-----------
XWIKI-23239: Improve Solr indexing speed through parallelization and batch processing
(#4235)
* Collect indexed documents and submit them in batches to Solr for more efficient
processing and less overhead due to repeated calls to Solr.
* Move all Solr client requests into a separate executor to allow the next batch to be
prepared while the previous one is committed.
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications