More updates to allow tests when builddir != srcdir.
[idzebra-moved-to-github.git] / test / gils / zebra2.cfg
1 # Simple Zebra configuration file
2 # $Id: zebra2.cfg,v 1.6 2004-06-15 08:06:34 adam Exp $
3 #
4 # Where the schema files, attribute files, etc are located.
5 profilePath: ${srcdir:-.}/../../tab
6
7 # Files that describe the attribute sets supported.
8 attset: bib1.att
9 attset: gils.att
10 attset: explain.att
11
12 recordtype: grs.sgml
13
14 storeData: 1
15 storeKeys: 1
16 recordId: file
17
18 isam: b
19 register: reg:200M
20
21 memmax: 1
22 # do not create temp files when indexing
23 #indexchunk: 1M
24