Bug 10860: In-House Use
[koha.git] / etc / zebradb / zebra-authorities-dom.cfg
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:__ZEBRA_CONF_DIR__/authorities/etc:__ZEBRA_CONF_DIR__/etc:__ZEBRA_CONF_DIR__/marc_defs/__ZEBRA_MARC_FORMAT__/authorities:__ZEBRA_CONF_DIR__/lang_defs/__ZEBRA_LANGUAGE__:__ZEBRA_CONF_DIR__/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.__ZEBRA_CONF_DIR__/authorities/etc/dom-config.xml
26 marcxml.recordtype: dom.__ZEBRA_CONF_DIR__/authorities/etc/dom-config.xml
27 iso2709.recordtype: dom.__ZEBRA_CONF_DIR__/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: __ZEBRA_LOCK_DIR__/authorities
36 perm.anonymous:ar
37 perm.__ZEBRA_USER__:rw
38 register: __ZEBRA_DATA_DIR__/authorities/register:20G
39 shadow: __ZEBRA_DATA_DIR__/authorities/shadow:20G
40
41 # Temp File area for result sets
42 setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp
43
44 # Temp File area for index program
45 keyTmpDir: __ZEBRA_DATA_DIR__/authorities/key
46
47 # Approx. Memory usage during indexing
48 memMax: 50M
49 rank:rank-1
50