Sha256: 4a5136bce63a97730902a2f1244038460b20204de778419692f404a484a54267
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 Bytes
Contents
# Simple Zebra configuration file that defines # a database with MARCXML records. # # Where are the config files located? 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. attset: bib1.att attset: explain.att attset: gils.att # systag sysno rank # Specify record type recordType:grs.xml recordId: (bib1,Local-number) storeKeys:1 storeData:1 database: zcc # Lock File Area lockDir: lock # 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: key # Approx. Memory usage during indexing memMax: 125M rank:rank-1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zcc-0.2.0 | examples/zebra/zebra.cfg |