[Koha-bugs] [Bug 9049] rebuild_zebra should not use shadow when called with -r

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Nov 10 14:23:48 CET 2012


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

--- Comment #2 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 13372
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=13372&action=edit
Bug 9049: Don't use shadow with rebuild_zebra -r

Due to a limitation of Zebra, the register must be cleared *before*
doing shadow indexing if you want to reset the indexes. In light of
that, it does not make sense to do shadow indexing at all when
rebuild_zebra.pl is run with the -r switch. This patch makes -r (reset)
imply -n (no shadow).

To test:
1) Run `rebuild_zebra.pl -b -r -v -v -v`
2) Note that the script never runs the merge phase

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


More information about the Koha-bugs mailing list