From 46722718a587ef5e2f97329d8e620b8d0032f06a Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Sat, 19 Oct 2024 12:32:34 +0000 Subject: [PATCH] Bug 35466: (follow-up) document skip_indexing parameter to bulkmarciport.pl Add documentation for the new -si, --skip_indexing parameter --- misc/migration_tools/bulkmarcimport.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl index 2dd095b061..8bf2b5e71a 100755 --- a/misc/migration_tools/bulkmarcimport.pl +++ b/misc/migration_tools/bulkmarcimport.pl @@ -1020,6 +1020,12 @@ modification template to apply as the MARC records are imported (these templates are created in the "MARC modification templates" tool in Koha). If not specified, no MARC modification templates are used (default). +=item B<-si, --skip_indexing> + +If set, do not index the imported records with Zebra or Elasticsearch. +Use this when you plan to do a complete reindex of your data after running +bulkmarciport. This can increase performance and avoid unnecessary load. + =back =cut -- 2.39.5