Build main libidzebra-2.0.la. Bug #620.
[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.8 2006-07-03 14:27:30 adam Exp $
4 #
5 # Where are the config files located?
6 profilePath: ${srcdir:-.}:${srcdir:-.}/../../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 # Lock File Area
16 lockDir: lock
17
18 # Temp File area for result sets
19 setTmpDir: tmp
20
21 # Temp File area for index program
22 keyTmpDir: tmp
23
24 # Approx. Memory usage during indexing
25 memMax: 4
26
27 modulePath: ../../index/.libs