From b8aad51db8246bc686c90ed3d3455685c1a8848f Mon Sep 17 00:00:00 2001 From: Lukas Graf Date: Mon, 18 Mar 2024 17:03:44 +0100 Subject: [PATCH] Merge pull request #7912 from 4teamwork/CA-6790-improve-solr-dih-performance Improve performance of Solr reindexing using DIH --- changes/CA-6790.other | 1 + solr-conf/data-config.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/CA-6790.other diff --git a/changes/CA-6790.other b/changes/CA-6790.other new file mode 100644 index 00000000000..7e30cfdc491 --- /dev/null +++ b/changes/CA-6790.other @@ -0,0 +1 @@ +Improve performance of Solr reindexing using data import handler for large indexes. [buchi] diff --git a/solr-conf/data-config.xml b/solr-conf/data-config.xml index 785e413ce2b..64674112a41 100644 --- a/solr-conf/data-config.xml +++ b/solr-conf/data-config.xml @@ -5,6 +5,7 @@ url="${dataimporter.request.source_url}" query="*:*" fl="*,ignored_version_:_version_,ignored_path_parent:path_parent,ignored_sequence_number_string:sequence_number_string" + cursorMark="true" sort="UID asc"/>