expanding the documentation on zebra.cfg, adding separate locations
[koha.git] / 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
6 ## EDIT TO MATCH YOUR LOCAL CONFIG
7 # name of the database (should match koha.conf's zebradb entry)
8 database: kohaplugin
9
10 # Specifies the location of the various register files that Zebra               # uses to represent your databases. See:                                        #  http://indexdata.dk/zebra/doc/register-location.tkl
11
12 register: /home/kohaplugin/register:4g
13
14 # Enables the  safe update   facility of Zebra, and tells the system            # where to place the required, temporary files.
15 shadow /home/kohaplugin/shadow:4g
16
17 # Lock File Area
18 lockDir: /home/kohaplugin/lock
19
20 # Temp File area for result sets
21 setTmpDir: /home/kohaplugin/tmp
22
23 # Temp File area for index program
24 keyTmpDir: /home/kohaplugin/tmp
25
26 # Approx. Memory usage during indexing
27 memMax: 400
28
29 # Where are the config files located?
30 profilePath: ${srcdir:-.}:/usr/share/idzebra/tab/
31
32 # set our encoding to utf-8
33 encoding: UTF-8
34
35 # we're using ranking
36 systag rank rank
37 systag sysno sysno
38
39 # permissions (add passwords eventually)
40 perm.anonymous: rw
41
42 # specifies how the records are to be identified when updating
43 recordId: (bib1,Identifier-standard)
44
45 # key info is stored so we can update/delete records (File Record IDs)
46 storeKeys:1
47
48 # records are stored internally
49 storeData:1
50
51 # Approx. Memory usage during indexing
52 memMax: 400
53
54 # Files that describe the attribute sets supported.
55 attset: bib1.att
56 attset: explain.att
57 attset: gils.att
58
59 # Specify record type
60 # the syntax is:  group.recordType[.name]:type
61 # so in this case, iso2709 is the group name
62 iso2709.recordType:grs.marcxml.record
63 recordType: grs.xml
64 #iso2079.recordType:grs.marcxml.collection
65 #recordTyle: grs.xml.collection