Koha/koha-tmpl/intranet-tmpl
David Gustafsson 5389ffa38a Bug 19893: Alternative optimized indexing for Elasticsearch
Implement optimized indexing for Elasticsearch

How to test:
1) Time a full elasticsearch re-index without this patch by running the
   rebuild_elastic_search.pl with the -d flag:
   `koha-shell <instance_name> -c "time rebuild_elastic_search.pl -d"`.
2) Apply this patch.
3) Time a full re-index again, it should be about twice at fast (for a
   couple of thousand biblios, with fewer biblios results may be more
   unpredictable).

Sponsored-by: Gothenburg University Library
Signed-off-by: Ere Maijala <ere.maijala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-11-16 11:04:56 +00:00
..
js Bug 19390: Make jQuery selector more specific, so OPAC view link can open in new tab 2018-08-14 11:39:05 +00:00
lib Bug 21666: Replace unsupported use attribute with more widely supported attribute 2018-11-08 02:18:45 +00:00
prog Bug 19893: Alternative optimized indexing for Elasticsearch 2018-11-16 11:04:56 +00:00