Bug 14060: Improve regex to limit year to 4 integers
[koha.git] / debian / templates / zebra-authorities-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/sites/__KOHASITE__:/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__
8
9 encoding: UTF-8
10 # modulePath - where to look for loadable zebra modules
11 modulePath: /usr/lib/idzebra-2.0/modules:/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules:/usr/lib/i386-linux-gnu/idzebra-2.0/modules:/usr/lib/aarch64-linux-gnu/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabi/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabihf/idzebra-2.0/modules:/usr/lib/mips-linux-gnu/idzebra-2.0/modules:/usr/lib/mipsel-linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc-linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc64le-linux-gnu/idzebra-2.0/modules:/usr/lib/s390x-linux-gnu/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
26 # Can use -g iso2709 to batch index raw iso2709 records in a single or
27 # multiple files, or marcxml records that are split into separate files
28 # the trailing .record tells zebraidx to use record.abs
29 iso2709.recordType:grs.marcxml.record
30
31 # Can use -g marcxml to batch index marcxml files
32 # zebraidx uses record.abs because of <record> is the root element
33 marcxml.recordType:grs.sgml
34
35 # Koha uses grs.xml internally when updating a single record, no idea
36 # why it knows to use record.abs
37 recordType:grs.xml
38
39 recordId: (bib1,Local-Number)
40 # was auth1
41 storeKeys:1
42 storeData:1
43
44 # Lock File Area
45 lockDir: /var/lock/koha/__KOHASITE__/authorities
46 perm.anonymous:ar
47 perm.kohauser:rw
48 passwd: /etc/koha/sites/__KOHASITE__/zebra.passwd
49 register: /var/lib/koha/__KOHASITE__/authorities/register:20G
50 shadow: /var/lib/koha/__KOHASITE__/authorities/shadow:20G
51
52 # Temp File area for result sets
53 setTmpDir: /var/lib/koha/__KOHASITE__/authorities/tmp
54
55 # Temp File area for index program
56 keyTmpDir: /var/lib/koha/__KOHASITE__/authorities/key
57
58 # Approx. Memory usage during indexing
59 memMax: 50M
60 rank:rank-1
61