[Koha-bugs] [Bug 7286] Introduce rebuild_zebra_sliced.zsh to recursively rebuild zebra & be error proof

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 6 04:29:14 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7286

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10095|0                           |1
        is obsolete|                            |
  Attachment #10621|0                           |1
        is obsolete|                            |

--- Comment #18 from Mason James <mtj at kohaaloha.com> ---
Created attachment 10655
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10655&action=edit
Bug 7286: rebuild_zebra_sliced for biblios and authorities

Complete rewrite of rebuild_zebra_sliced.zsh (renamed to .sh). Main
improvements are:
  - both biblio and authority records are handled
  - records are exported only once

It also add an option --skip-index to rebuild_zebra.pl that permit to
use rebuild_zebra.pl as an 'export only' script.

Description:
Index Koha records by chunks. It is useful when some record causes
errors and stop the indexation process. With this script, if indexation
of one chunk fails, chunk is splitted in 2 (or 3) chunks, and
indexation continue on these chunks.
rebuild_zebra.pl is called only once to export records.
Splitting and indexing is handled by this script (using yaz-marcdump and
zebraidx).

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list