authorities - enabled DOM indexing
[koha_fer] / 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
27 recordId: (bib1,Local-Number)  
28 # was auth1
29 storeKeys:1
30 storeData:1
31
32 # Lock File Area
33 lockDir: __ZEBRA_LOCK_DIR__/authorities
34 perm.anonymous:r
35 perm.__ZEBRA_USER__:rw
36 register: __ZEBRA_DATA_DIR__/authorities/register:4G
37 shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G 
38
39 # Temp File area for result sets
40 setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp
41
42 # Temp File area for index program
43 keyTmpDir: __ZEBRA_DATA_DIR__/authorities/key
44
45 # Approx. Memory usage during indexing
46 memMax: 50M
47 rank:rank-1
48