Fix for Bug 5689 - System preference notifications are not translatable
[koha.git] / etc / zebradb / zebra-biblios.cfg
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:__ZEBRA_CONF_DIR__/biblios/etc:__ZEBRA_CONF_DIR__/etc:__ZEBRA_CONF_DIR__/marc_defs/__ZEBRA_MARC_FORMAT__/biblios:__ZEBRA_CONF_DIR__/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: __ZEBRA_LOCK_DIR__/biblios
44 perm.anonymous:ar
45 perm.__ZEBRA_USER__:rw
46 passwd: __ZEBRA_CONF_DIR__/etc/passwd
47 register: __ZEBRA_DATA_DIR__/biblios/register:4G
48 shadow: __ZEBRA_DATA_DIR__/biblios/shadow:4G
49
50 # Temp File area for result sets
51 setTmpDir: __ZEBRA_DATA_DIR__/biblios/tmp
52
53 # Temp File area for index program
54 keyTmpDir: __ZEBRA_DATA_DIR__/biblios/key
55
56 # Approx. Memory usage during indexing
57 memMax: 50M
58 rank:rank-1
59 truncmax: 1000000000