eae390822e5b77b7beae4e7fbd16aa53aa455a55
[koha_gimpoz] / misc / zebra / usmarc / zebra.cfg
1 # Simple Zebra configuration file that defines
2 # a database with USMARC records for Koha
3 # Joshua Ferraro < jmf at liblime dot com >
4 #
5 # Where are the config files located?
6 profilePath: ${srcdir:-.}:/usr/share/idzebra/tab/
7 recordId: (bib1,Identifier-standard)
8
9 # Enable shadow registers
10 shadow shadow:4g
11
12 # Files that describe the attribute sets supported.
13 attset: bib1.att
14 attset: explain.att
15
16 # Specify record type
17 recordType: grs.xml
18
19 # Lock File Area
20 lockDir: lock
21
22 # Temp File area for result sets
23 setTmpDir: tmp
24
25 # Temp File area for index program
26 keyTmpDir: tmp
27
28 # Approx. Memory usage during indexing
29 memMax: 400
30
31 database: kohatest
32
33 systag rank rank
34 systag sysno sysno
35
36 perm.anonymous: rw
37 encoding utf-8
38
39 storeKeys:1
40 storeData:1