examples/zebra/zebra.cfg in zcc-0.1.0 vs examples/zebra/zebra.cfg in zcc-0.2.0
- old
+ new
@@ -1,11 +1,10 @@
-# ZCC
# Simple Zebra configuration file that defines
-# MARC21 records
+# a database with MARCXML records.
#
# Where are the config files located?
-profilePath:/home/jason/.zcc/zebra/tab
+profilePath:tab
# modulePath - where to look for loadable zebra modules
modulePath: /usr/lib/idzebra-2.0/modules
encoding: UTF-8
# Files that describe the attribute sets supported.
@@ -13,27 +12,33 @@
attset: explain.att
attset: gils.att
# systag sysno rank
# Specify record type
-recordId: file
-recordType: grs.marcxml.marc21
-storeKeys: 1
+recordType:grs.xml
+recordId: (bib1,Local-number)
-#added for public server
+storeKeys:1
+storeData:1
+
database: zcc
-
# Lock File Area
-lockDir: /home/jason/.zcc/zebra/lock
-perm.anonymous:r
-register: /home/jason/.zcc/zebra/register:1G
+lockDir: lock
-# Temp File area for result sets
-setTmpDir: /home/jason/.zcc/zebra/tmp
+# You will most likely only want to give anonymous access read privileges.
+# In testing leaving off the anonymous user still allows anonymous search!
+perm.anonymous:ar
+perm.zcc:rw
+passwd: zcc_passw
+dbaccess: accessfile
+register: register:1G
+shadow: shadow:1G
+
+
# Temp File area for index program
-keyTmpDir: /home/jason/.zcc/zebra/key
+keyTmpDir: key
# Approx. Memory usage during indexing
-memMax: 50M
+memMax: 125M
rank:rank-1