Merge remote-tracking branch 'origin/new/bug_6679'
[koha.git] / debian / templates / zebra-authorities-dom-site.cfg.in
1
2 # Simple Zebra configuration file that defines
3 # a database with MARCXML records.
4 # $Id: zebra.cfg,v 1.1.2.2 2006/05/09 12:03:16 rangi Exp $
5 #
6 # Where are the config files located?
7 profilePath:/etc/koha/zebradb/authorities/etc:/etc/koha/zebradb/etc:/etc/koha/zebradb/marc_defs/__ZEBRA_MARC_FORMAT__/authorities:/etc/koha/zebradb/lang_defs/__ZEBRA_LANGUAGE__:/etc/koha/zebradb/xsl
8
9 encoding: UTF-8
10 # modulePath - where to look for loadable zebra modules
11 modulePath: /usr/lib/idzebra-2.0/modules
12
13 # Files that describe the attribute sets supported.
14 attset: bib1.att
15 attset: explain.att
16 attset: gils.att
17
18 #systag sysno rank
19
20 # Specify record type
21 # group   .recordType[  .name  ]:  type
22 # type is split into fundamental type. file-read-type . argument
23 # http://www.indexdata.dk/zebra/doc/zebra-cfg.tkl
24 # http://www.indexdata.dk/zebra/doc/grs.tkl
25 recordtype: dom./etc/koha/zebradb/authorities/etc/dom-config.xml
26 marcxml.recordtype: dom./etc/koha/zebradb/authorities/etc/dom-config.xml
27 iso2709.recordtype: dom./etc/koha/zebradb/authorities/etc/dom-config-marc.xml
28
29 recordId: (bib1,Local-Number)  
30 # was auth1
31 storeKeys:1
32 storeData:1
33
34 # Lock File Area
35 lockDir: /var/lock/koha/__KOHASITE__/authorities
36 perm.anonymous:ar
37 perm.kohauser:rw
38 register: /var/lib/koha/__KOHASITE__/authorities/register:4G
39 shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:1G 
40
41 # Temp File area for result sets
42 setTmpDir: /var/lib/koha/__KOHASITE__/authorities/tmp
43
44 # Temp File area for index program
45 keyTmpDir: /var/lib/koha/__KOHASITE__/authorities/key
46
47 # Approx. Memory usage during indexing
48 memMax: 50M
49 rank:rank-1
50