improvements to zebra configuration files
[koha.git] / etc / zebradb / zebra-biblios.cfg
1 # Simple Zebra configuration file that defines
2 # a database with MARCXML records.
3 # $Id: zebra.cfg,v 1.1.2.2 2006/05/09 12:03:16 rangi Exp $
4 #
5 # Where are the config files located?
6 profilePath:__PREFIX__/share/koha/etc/zebradb/biblios/etc:__PREFIX__/share/koha/etc/zebradb/etc
7 # modulePath - where to look for loadable zebra modules
8 modulePath: /usr/lib/idzebra-2.0/modules
9
10 encoding: UTF-8
11 # Files that describe the attribute sets supported.
12 attset: bib1.att
13 attset: explain.att
14 attset:gils.att
15
16 # systag sysno rank
17 # Specify record type
18 iso2709.recordType:grs.marcxml.record
19 recordType:grs.xml
20 recordId: (bib1,Local-number)
21 storeKeys:1
22 storeData:1
23
24
25 # Lock File Area
26 lockDir: __BASE_DIR__/zebradb/biblios/lock
27 perm.anonymous:r
28 perm.__ZEBRA_USER__:rw
29 passw.passwd
30 shadow
31 register: __BASE_DIR__/zebradb/biblios/register:4G
32 shadow: __BASE_DIR__/zebradb/biblios/shadow:4G
33
34 # Temp File area for result sets
35 setTmpDir: __BASE_DIR__/zebradb/biblios/tmp
36
37 # Temp File area for index program
38 keyTmpDir: __BASE_DIR__/zebradb/biblios/key
39
40 # Approx. Memory usage during indexing
41 memMax: 500M
42 rank:rank-1