[Koha-bugs] [Bug 13770] New: There should be a command in Debian packages to switch to DOM indexing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Feb 28 00:16:17 CET 2015


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: koha-bugs at lists.koha-community.org
          Reporter: mirko at abunchofthings.net
        QA Contact: testopia at bugs.koha-community.org
                CC: robin at catalyst.net.nz

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.


More information about the Koha-bugs mailing list