https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38101
--- Comment #17 from David Cook <[email protected]> --- Comment on attachment 174247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174247 Bug 38101: Make ES indexer split big fields into chunks Review of attachment 174247: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38101&attachment=174247) ----------------------------------------------------------------- ::: Koha/SearchEngine/Elasticsearch.pm @@ +549,5 @@ > + push @chunks, $1; > + $value = substr( $value, length($1) ); > + } else { > + > + # Catch-all for very long words Under what circumstances would this occur? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
