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

--- Comment #17 from David Cook <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to