https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893 --- Comment #186 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Comment on attachment 78690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78690 Bug 19893 - Alternative optimized indexing for Elasticsearch Review of attachment 78690: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19893&attachment=78690) ----------------------------------------------------------------- ::: Koha/SearchEngine/Elasticsearch.pm @@ +34,5 @@
use Try::Tiny; use YAML::Syck;
+use List::Util qw( sum0 reduce ); +use Search::Elasticsearch;
use Search::Elasticsearch; is already defined above -- You are receiving this mail because: You are watching all bug changes.