[Koha-bugs] [Bug 28448] Record with too many items is not shown in results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 3 01:37:59 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28448

--- Comment #17 from David Cook <dcook at 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.


More information about the Koha-bugs mailing list