major change in the zebra configuration. hopefully it works this time
[zcc.git] / examples / zebra-0.0.3 / zebra.cfg
blobc74407bb3da93e304dcab51af6d3415eef2ef134
1 # ZCC
2 # Simple Zebra configuration file that defines
3 # MARC21 records
5 # Where are the config files located?
6 profilePath:/home/jason/.zcc/zebra/tab:/usr/share/idzebra-2.0/tab
7 # modulePath - where to look for loadable zebra modules
8 modulePath: /usr/lib/idzebra-2.0/modules
10 encoding: UTF-8
11 # Files that describe the attribute sets supported.
12 attset: bib1.att
13 attset: explain.att
14 attset: gils.att
16 # systag sysno rank
17 # Specify record type
18 recordId: file
19 recordType: grs.xml
20 storeKeys: 1
22 #added for public server
23 database: zcc
26 # Lock File Area
27 lockDir: /home/jason/.zcc/zebra/lock
28 perm.anonymous:r
29 register: /home/jason/.zcc/zebra/register:1G
31 # Temp File area for result sets
32 setTmpDir: /home/jason/.zcc/zebra/tmp
34 # Temp File area for index program
35 keyTmpDir: /home/jason/.zcc/zebra/key
37 # Approx. Memory usage during indexing
38 memMax: 50M
39 rank:rank-1