improvements to zebra configuration files
[koha.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 passw.passwd
33 shadow
34 register: __BASE_DIR__/zebradb/authorities/register:4G
35 shadow: __BASE_DIR__/zebradb/authorities/shadow:1G 
36
37 # Temp File area for result sets
38 setTmpDir: __BASE_DIR__/zebradb/authorities/tmp
39
40 # Temp File area for index program
41 keyTmpDir: __BASE_DIR__/zebradb/authorities/key
42
43 # Approx. Memory usage during indexing
44 memMax: 200M
45 rank:rank-1
46