From 1f2014e73f433a49a8125f7980cc2654ef96f7cb Mon Sep 17 00:00:00 2001 From: kados Date: Tue, 14 Feb 2006 22:49:44 +0000 Subject: [PATCH] Fixing zebra.cfg for usmarc --- misc/zebra/usmarc/zebra.cfg | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/misc/zebra/usmarc/zebra.cfg b/misc/zebra/usmarc/zebra.cfg index 84ff93d3d6..30ea960f12 100644 --- a/misc/zebra/usmarc/zebra.cfg +++ b/misc/zebra/usmarc/zebra.cfg @@ -3,16 +3,15 @@ # Joshua Ferraro < jmf at liblime dot com > # # Where are the config files located? -profilePath: ${srcdir:-.}:/usr/local/share/idzebra/tab/ -recordId: (bib1,Local-number) -storeKeys:1 +profilePath: ${srcdir:-.}:/usr/share/idzebra/tab/ +recordId: (bib1,Identifier-standard) # Files that describe the attribute sets supported. attset: bib1.att attset: explain.att # Specify record type -recordType: grs.marc.usmarc +recordType: grs.xml # Lock File Area lockDir: lock @@ -26,7 +25,13 @@ keyTmpDir: tmp # Approx. Memory usage during indexing memMax: 400 -database: NPLKoha +database: kohatest systag rank rank systag sysno sysno + +perm.anonymous: rw +encoding utf-8 + +storeKeys:1 +storeData:1 -- 2.20.1