Branch: refs/heads/stable-16.10.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: fba0897deccc1359cfd5f0d7fb6d49cc593002e1
https://github.com/xwiki/xwiki-platform/commit/fba0897deccc1359cfd5f0d7fb6d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 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/DefaultSolrConfiguration.java
M
xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
M
xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
(cherry picked from commit fd461b62fe2f4ca9df36d89f02c78e77412f970e)
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications