Remove Emilda section
[idzebra-moved-to-github.git] / test / usmarc / zebra.cfg
1 # Simple Zebra configuration file that defines
2 # a database with USMARC records.
3 #
4 # Where are the config files located?
5 profilePath: ${srcdir:-.}:${srcdir:-.}/../../tab
6
7 # Files that describe the attribute sets supported.
8 attset: bib1.att
9 attset: explain.att
10
11 # Specify record type
12 recordType: grs.marc.usmarc
13
14 # Lock File Area
15 lockDir: lock
16
17 # Temp File area for result sets
18 setTmpDir: tmp
19
20 # Temp File area for index program
21 keyTmpDir: tmp
22
23 # Approx. Memory usage during indexing
24 memMax: 4
25
26 modulePath: ../../index/.libs