New test directories.
[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.1 1998-01-29 13:32:46 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
11 # Specify record type
12 recordType: grs.marc.usmarc
13
14 # Register Area
15 register: register:100M
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