[xwiki/xwiki-platform] c8956e: XWIKI-23240: Increase the default Solr indexing ba...
Branch: refs/heads/stable-17.4.x Home: https://github.com/xwiki/xwiki-platform Commit: c8956e4ee415609da55fd6e408dfc2470417e53b https://github.com/xwiki/xwiki-platform/commit/c8956e4ee415609da55fd6e408dfc... Author: Michael Hamann <[email protected]> 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
participants (1)
-
XWiki Notifications