https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28448 --- Comment #17 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #16)
There is a parameter that limits the size of record Zebra will index. As he problem is that the record is not searchable, could this be the issue here?
Do you mean the "memMax" parameter? You're probably right. According to https://software.indexdata.com/zebra/doc/idzebra.pdf, "The indexed documents are parsed into a standard XML DOM tree, which restricts record size according to availability of memory." Last year, I discovered a size issue with the memMax parameter and Indexdata fixed it: https://github.com/indexdata/idzebra/issues/34
From Zebra 2.2.4 onwards you should be able to specify as much memory as you want for "memMax": https://github.com/indexdata/idzebra/blob/master/NEWS
Prior to Zebra 2.2.4, the max was 2047M. I have a library with a large collection of large records and so far 2047M has been fine for them. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.