[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/zebra/usmarc zebra.cfg
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/misc/zebra/usmarc zebra.cfg |
Date: |
Tue, 21 Mar 2006 22:55:07 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch:
Changes by: Joshua Ferraro <address@hidden> 06/03/21 22:55:07
Modified files:
misc/zebra/usmarc: zebra.cfg
Log message:
adding some comments as well as support for iso2709 files
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/zebra/usmarc/zebra.cfg.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
Patches:
Index: koha/misc/zebra/usmarc/zebra.cfg
diff -u koha/misc/zebra/usmarc/zebra.cfg:1.4
koha/misc/zebra/usmarc/zebra.cfg:1.5
--- koha/misc/zebra/usmarc/zebra.cfg:1.4 Sat Feb 25 19:00:28 2006
+++ koha/misc/zebra/usmarc/zebra.cfg Tue Mar 21 22:55:07 2006
@@ -4,17 +4,47 @@
#
# Where are the config files located?
profilePath: ${srcdir:-.}:/usr/share/idzebra/tab/
+
+# name of the database
+database: kohatest
+
+# set our encoding to utf-8
+encoding: UTF-8
+
+# we're using ranking
+systag rank rank
+systag sysno sysno
+
+# permissions (add passwords eventually)
+perm.anonymous: rw
+
+# specifies how the records are to be identified when updating
recordId: (bib1,Identifier-standard)
+# key info is stored so we can update/delete records (File Record IDs)
+storeKeys:1
+
+# records are stored internally
+storeData:1
+
# Enable shadow registers
+#register: register:500M
shadow shadow:4g
+# Approx. Memory usage during indexing
+memMax: 400
# Files that describe the attribute sets supported.
attset: bib1.att
attset: explain.att
+attset: gils.att
# Specify record type
+# the syntax is: group.recordType[.name]:type
+# so in this case, iso2709 is the group name
+iso2709.recordType:grs.marcxml.record
recordType: grs.xml
+#iso2079.recordType:grs.marcxml.collection
+#recordTyle: grs.xml.collection
# Lock File Area
lockDir: lock
@@ -24,17 +54,3 @@
# Temp File area for index program
keyTmpDir: tmp
-
-# Approx. Memory usage during indexing
-memMax: 400
-
-database: kohatest
-
-systag rank rank
-systag sysno sysno
-
-perm.anonymous: rw
-encoding utf-8
-
-storeKeys:1
-storeData:1
- [Koha-cvs] koha/misc/zebra/usmarc zebra.cfg,
Joshua Ferraro <=