Koha/misc/migration_tools
Frédéric Demians 459d732180 Bug 3301 - Speed up rebuild_zebra script
With this patch, rebuild_zebra can re-index a whole Koha DB
quickly:

  rebuild_zebra -r -b -nosanitize

Biblio (authority) records are dump directly in a file
from marcxml field without beeing transformed into
MARC::Record object and corrected.

DOCUMENTATION:

rebuild_zebra.pl new paramater:

-nosanitize  export biblio/authority records directly from DB marcxml
             field without sanitizing records. It speed up
             dump process but could fail if DB contains badly
             encoded records. Works now only with -x and -b

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-06-29 07:52:46 -05:00
..
22_to_30 bug 3201: missing090field.pl - skip bad bibs 2009-06-07 13:17:01 -05:00
build6xx.pl C4 and misc: permissions fixes 2007-12-13 19:00:34 -06:00
buildCOUNTRY.pl remove some unneeded use statements 2008-03-21 21:46:29 -05:00
buildEDITORS.pl rel_3_0 moved to HEAD 2007-03-09 14:52:58 +00:00
buildLANG.pl remove some unneeded use statements 2008-03-21 21:46:29 -05:00
bulkauthimport.pl Bug 3313, bulkauthimport.pl skips MARC21 subdivision records. 2009-06-08 17:03:03 -05:00
bulkmarcimport.pl bug 2926: fix staging import hang 2009-06-07 13:17:06 -05:00
fix_onloan.pl BUGFIX : script to fix & fill onloan field in items table. 2008-05-12 09:24:43 -05:00
merge_authority.pl merge_authority : Bug fixing 2009-03-06 14:14:34 -06:00
rebuild_nozebra.pl bug 2955: fix remaining calls to GetMarcFromKohaField 2009-02-12 16:29:19 -06:00
rebuild_zebra.pl Bug 3301 - Speed up rebuild_zebra script 2009-06-29 07:52:46 -05:00
upgradeitems.pl missing ) 2008-05-05 05:39:13 -05:00