http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13770
Bug ID: 13770
Summary: There should be a command in Debian packages to switch
to DOM indexing
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Packaging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
We should offer an easy way to upgrade from GRS1 to DOM indexing. People could
use it manually now and it should be part of the upgrade process to 3.20 or
legacy (-ish package) installations will break.
zebra-biblios-dom.cfg creation could be done with something like
sed -e "s/__KOHASITE__/instancename/g" \
-e "s/__ZEBRA_MARC_FORMAT__/marcflavour/g" \
-e "s/__ZEBRA_LANGUAGE__/en/g" \
"/etc/koha/zebra-biblios-dom-site.cfg.in" >
"/etc/koha/sites/instancename/zebra-biblios-dom.cfg"
maybe for all instances found by koha-list.
koha-conf.xml has to be checked for zebra_*_index_mode and use_zebra_facets and
they need to be changed or added, the xi: stuff has to be added to the
biblioserver section. Zebra restarted and rebuilt afterwards.
--
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]
http://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/