adding some comments as well as support for iso2709 files
[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
8 # name of the database
9 database: kohatest
10
11 # set our encoding to utf-8
12 encoding: UTF-8
13
14 # we're using ranking
15 systag rank rank
16 systag sysno sysno
17
18 # permissions (add passwords eventually)
19 perm.anonymous: rw
20
21 # specifies how the records are to be identified when updating
22 recordId: (bib1,Identifier-standard)
23
24 # key info is stored so we can update/delete records (File Record IDs)
25 storeKeys:1
26
27 # records are stored internally
28 storeData:1
29
30 # Enable shadow registers
31 #register: register:500M
32 shadow shadow:4g
33 # Approx. Memory usage during indexing
34 memMax: 400
35
36 # Files that describe the attribute sets supported.
37 attset: bib1.att
38 attset: explain.att
39 attset: gils.att
40
41 # Specify record type
42 # the syntax is:  group.recordType[.name]:type
43 # so in this case, iso2709 is the group name
44 iso2709.recordType:grs.marcxml.record
45 recordType: grs.xml
46 #iso2079.recordType:grs.marcxml.collection
47 #recordTyle: grs.xml.collection
48
49 # Lock File Area
50 lockDir: lock
51
52 # Temp File area for result sets
53 setTmpDir: tmp
54
55 # Temp File area for index program
56 keyTmpDir: tmp