Not creating a temporary file when indexing, if there would only
[idzebra-moved-to-github.git] / test / gils / zebra2.cfg
1 # Simple Zebra configuration file
2 # $Id: zebra2.cfg,v 1.5 2004-01-22 15:40:25 heikki Exp $
3 #
4 # Where the schema files, attribute files, etc are located.
5 profilePath: .:../../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