Skip to content

Commit

Permalink
Merge pull request #7912 from 4teamwork/CA-6790-improve-solr-dih-perf…
Browse files Browse the repository at this point in the history
…ormance

Improve performance of Solr reindexing using DIH
  • Loading branch information
lukasgraf committed Mar 18, 2024
1 parent 9b8cfef commit b8aad51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/CA-6790.other
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve performance of Solr reindexing using data import handler for large indexes. [buchi]
1 change: 1 addition & 0 deletions solr-conf/data-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
</document>
</dataConfig>

0 comments on commit b8aad51

Please sign in to comment.