315c4d9839f8ee30165b9c42ad6d08f110f6f917
[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:__PREFIX__/share/koha/etc/zebradb/authorities/etc:__PREFIX__/share/koha/etc/zebradb/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: __BASE_DIR__/zebradb/authorities/lock
30 perm.anonymous:r
31 perm.__ZEBRA_USER__:rw
32 register: __BASE_DIR__/zebradb/authorities/register:4G
33 shadow: __BASE_DIR__/zebradb/authorities/shadow:1G 
34
35 # Temp File area for result sets
36 setTmpDir: __BASE_DIR__/zebradb/authorities/tmp
37
38 # Temp File area for index program
39 keyTmpDir: __BASE_DIR__/zebradb/authorities/key
40
41 # Approx. Memory usage during indexing
42 memMax: 200M
43 rank:rank-1
44