745ef66b96160fc39cc01590151178c6e0d8ffc4
[koha-equinox.git] / etc / zebradb / zebra-authorities.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
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 # Specify record type
20 iso2709.recordType:grs.marcxml.record
21 recordType:grs.xml
22 recordId: (bib1,Local-Number)  
23 # was auth1
24 storeKeys:1
25 storeData:1
26
27
28 # Lock File Area
29 lockDir: __ZEBRA_LOCK_DIR__/authorities
30 perm.anonymous:r
31 perm.__ZEBRA_USER__:rw
32 register: __ZEBRA_DATA_DIR__/authorities/register:4G
33 shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G 
34
35 # Temp File area for result sets
36 setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp
37
38 # Temp File area for index program
39 keyTmpDir: __ZEBRA_DATA_DIR__/authorities/key
40
41 # Approx. Memory usage during indexing
42 memMax: 200M
43 rank:rank-1
44