Updating perlcriticrc to allow Modern::Perl to suffice instead of use warnings; and...
[koha.git] / debian / templates / zebra-biblios-site.cfg.in
1 # Simple Zebra configuration file that defines
2 # a database with MARCXML records.
3 # $Id: zebra.cfg,v 1.1.2.2 2006/05/09 12:03:16 rangi Exp $
4 #
5 # Where are the config files located?
6 profilePath:/etc/koha/zebradb/biblios/etc:/etc/koha/zebradb/etc:/etc/koha/zebradb/marc_defs/__ZEBRA_MARC_FORMAT__/biblios:/etc/koha/zebradb/lang_defs/__ZEBRA_LANGUAGE__
7 # modulePath - where to look for loadable zebra modules
8 modulePath: /usr/lib/idzebra-2.0/modules
9
10 encoding: UTF-8
11 # Files that describe the attribute sets supported.
12 attset: bib1.att
13 attset: explain.att
14 attset: gils.att
15
16 # systag sysno rank
17
18 # Specify record type
19 # group   .recordType[  .name  ]:  type
20 # type is split into fundamental type. file-read-type . argument
21 # http://www.indexdata.dk/zebra/doc/zebra-cfg.tkl
22 # http://www.indexdata.dk/zebra/doc/grs.tkl
23
24 # Can use -g iso2709 to batch index raw iso2709 records in a single or
25 # multiple files, or marcxml records that are split into separate files
26 # the trailing .record tells zebraidx to use record.abs
27 iso2709.recordType:grs.marcxml.record
28
29 # Can use -g marcxml to batch index marcxml files
30 # zebraidx uses record.abs because of <record> is the root element
31 marcxml.recordType:grs.sgml
32
33 # Koha uses grs.xml internally when updating a single record, no idea
34 # why it knows to use record.abs
35 recordType:grs.xml
36
37 recordId: (bib1,Local-number)
38 storeKeys:1
39 storeData:1
40
41
42 # Lock File Area
43 lockDir: /var/lock/koha/__KOHASITE__/biblios
44 perm.anonymous:ar
45 perm.kohauser:rw
46 passwd: /etc/koha/sites/__KOHASITE__/zebra.passwd
47 register: /var/lib/koha/__KOHASITE__/biblios/register:20G
48 shadow: /var/lib/koha/__KOHASITE__/biblios/shadow:20G
49
50 # Temp File area for result sets
51 setTmpDir: /var/lib/koha/__KOHASITE__/biblios/tmp
52
53 # Temp File area for index program
54 keyTmpDir: /var/lib/koha/__KOHASITE__/biblios/key
55
56 # Approx. Memory usage during indexing
57 memMax: 50M
58 rank:rank-1
59 truncmax: 1000000000