Implemented loadable filters.
[idzebra-moved-to-github.git] / test / rusmarc / zebra.cfg
1 # Simple Zebra configuration file that defines
2 # Database with RUSMARC records.
3 # $Id: zebra.cfg,v 1.4 2004-09-27 10:44:52 adam Exp $
4 #
5 # Where are the config files located?
6 profilePath: ${srcdir:-.}/tab:${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.rusmarc
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 # Specify register area
28 register: register:100M
29
30 # Default encoding
31 encoding: koi8-r
32
33 # Set up modulePath
34 modulePath: ../../recctrl/.libs