Perl Filter and Perl API
[idzebra-moved-to-github.git] / perl / demo / zebra.cfg
1 # Simple zebra configuration file to demonstate the usage of the perl filters
2
3 profilePath: ../blib/lib:../blib/arch:../blib/lib:.:../../tab:../../../yaz/tab
4
5 # Files that describe the attribute sets supported.
6 attset: bib1.att
7 attset: explain.att
8
9 register: register:1000M
10
11 # Specify record type
12 recordType.pm: grs.perl.pod
13 recordId: $filename (bib1,Title)
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 storeKeys: 1
28 storeData: 1