From ebeb3989ada26c2b4025ed9c1fea6d25a8ab8c02 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 4 Mar 2008 13:25:00 +1300 Subject: [PATCH] DOM authority indexing: fix batch and online indexing To fully install this patch, the following steps are necessary: 1. perl Makefile.PL 2. make 3. make update_zebra_conf (or make upgrade) Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../authorities/etc/dom-config-marc.xml | 51 +++++++++++++++++++ etc/zebradb/authorities/etc/dom-config.xml | 6 ++- etc/zebradb/zebra-authorities-dom.cfg | 2 + 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 etc/zebradb/authorities/etc/dom-config-marc.xml diff --git a/etc/zebradb/authorities/etc/dom-config-marc.xml b/etc/zebradb/authorities/etc/dom-config-marc.xml new file mode 100644 index 0000000000..0985c241bd --- /dev/null +++ b/etc/zebradb/authorities/etc/dom-config-marc.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/etc/zebradb/authorities/etc/dom-config.xml b/etc/zebradb/authorities/etc/dom-config.xml index 0364cd8428..7a520e8cd3 100644 --- a/etc/zebradb/authorities/etc/dom-config.xml +++ b/etc/zebradb/authorities/etc/dom-config.xml @@ -22,6 +22,10 @@ along with Zebra; see the file LICENSE.zebra. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. --> + + @@ -42,6 +46,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - + diff --git a/etc/zebradb/zebra-authorities-dom.cfg b/etc/zebradb/zebra-authorities-dom.cfg index ff566532f4..22123f4b60 100644 --- a/etc/zebradb/zebra-authorities-dom.cfg +++ b/etc/zebradb/zebra-authorities-dom.cfg @@ -23,6 +23,8 @@ attset: gils.att # http://www.indexdata.dk/zebra/doc/zebra-cfg.tkl # http://www.indexdata.dk/zebra/doc/grs.tkl recordtype: dom.__ZEBRA_CONF_DIR__/authorities/etc/dom-config.xml +marcxml.recordtype: dom.__ZEBRA_CONF_DIR__/authorities/etc/dom-config.xml +iso2709.recordtype: dom.__ZEBRA_CONF_DIR__/authorities/etc/dom-config-marc.xml recordId: (bib1,Local-Number) # was auth1 -- 2.39.2