added basic forward and backwards
[zcc.git] / examples / zebra / zebra.cfg
blobf91db24473f7665e7721ec9df09cb1baea8d3b41
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
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.marcxml.marc21
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