[Koha-bugs] [Bug 11096] Koha cannot retreive big records from Zebra

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 23 02:11:28 CEST 2013


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #5 from David Cook <dcook at prosentient.com.au> ---
By the coordinated efforts of Galen, Jared, Thomas, Tomas, and myself, we've
found that the problems that I was experiencing were due to using version
2.0.3-1 of MARC::Record and the GRS-1 indexing filter.

Newer versions of MARC::Record will set the record length of the leader to
99999 if it exceeds 99999. Here is the commit that changed MARC::Record:

https://sourceforge.net/p/marcpm/code/ci/3efc45777f8e4bec1cd09beb6ab2968e5fb0e44f/

So, upgrading to a newer version of MARC::Record will fix this problem when
using DOM.

However, these problems will persist when using GRS-1 (as it seems that GRS-1
relies on the ISO2709 spec in some way internally). 

As Jared mentioned on IRC, the best bet is probably to push this patch, even
though it will only work for DOM indexing.

GRS-1 indexing will just work the same as always, so there is no negative
impact for GRS-1 users for using this patch.

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


More information about the Koha-bugs mailing list