b34120388a1101c66b6df899a250b44358b9f317
[koha_gimpoz] / misc / zebra / unimarc / zebra.cfg
1 # Simple Zebra configuration file that defines
2 # a database with USMARC records.
3 # $Id$
4 #
5 # Where are the config files located?
6 profilePath: ${srcdir:-.}:/usr/local/share/idzebra/tab/
7
8 # Files that describe the attribute sets supported.
9 attset: bib1.att
10 attset: explain.att
11
12 recordId: (bib1,Local-number) 
13
14 # Specify record type
15 recordType: grs.marc.unimarc
16
17 # Lock File Area
18 lockDir: lock
19
20 # Temp File area for result sets
21 setTmpDir: tmp
22
23 # Temp File area for index program
24 keyTmpDir: tmp
25
26 # Approx. Memory usage during indexing
27 memMax: 4
28
29 perm.anonymous: rw 
30 encoding utf8
31
32 storeKeys:1
33 storeData:1
34