3e017314031e9ad4097b7133c793611d960eafb4
[idzebra-moved-to-github.git] / test / usmarc / zebra.cfg
1 # Simple Zebra configuration file that defines
2 # a database with USMARC records.
3 # $Id: zebra.cfg,v 1.3 1998-06-08 14:43:18 adam Exp $
4 #
5 # Where are the YAZ / Zebra tables located?
6 profilePath: .:../../tab:../../../yaz/tab
7
8 # Files that describe the attribute sets supported.
9 attset: bib1.att
10 attset: explain.att
11
12 # Specify record type
13 recordType: grs.marc.usmarc
14
15 # Register Area
16 register: register:100M
17
18 # Lock File Area
19 lockDir: lock
20
21 # Temp File area for result sets
22 setTmpDir: tmp
23
24 # Temp File area for index program
25 keyTmpDir: tmp
26
27 # Approx. Memory usage during indexing
28 memMax: 4
29
30 # Shadow Area
31 shadow: shadow:100M
32