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 $
5 # Where are the config files located?
6 profilePath:/etc/koha/sites/__KOHASITE__:/etc/koha/zebradb/biblios/etc:/etc/koha/zebradb/etc:/etc/koha/zebradb/marc_defs/__ZEBRA_MARC_FORMAT__/biblios:/etc/koha/zebradb/lang_defs/__ZEBRA_LANGUAGE__:/etc/koha/zebradb/xsl
7 # modulePath - where to look for loadable zebra modules
8 modulePath: /usr/lib/idzebra-2.0/modules:/usr/lib/x86_64-linux-gnu/idzebra-2.0/modules:/usr/lib/i386-linux-gnu/idzebra-2.0/modules:/usr/lib/aarch64-linux-gnu/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabi/idzebra-2.0/modules:/usr/lib/arm-linux-gnueabihf/idzebra-2.0/modules:/usr/lib/mips-linux-gnu/idzebra-2.0/modules:/usr/lib/mipsel-linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc-linux-gnu/idzebra-2.0/modules:/usr/lib/powerpc64le-linux-gnu/idzebra-2.0/modules:/usr/lib/s390x-linux-gnu/idzebra-2.0/modules
11 # Files that describe the attribute sets supported.
19 # group .recordType[ .name ]: type
20 # type is split into fundamental type. file-read-type . argument
21 # http://www.indexdata.dk/zebra/doc/zebra-cfg.tkl
22 # http://www.indexdata.dk/zebra/doc/grs.tkl
24 recordtype: dom./etc/koha/zebradb/biblios/etc/dom-config.xml
25 marcxml.recordtype: dom./etc/koha/zebradb/biblios/etc/dom-config.xml
26 iso2709.recordtype: dom./etc/koha/zebradb/biblios/etc/dom-config-marc.xml
28 recordId: (bib1,Local-number)
35 lockDir: /var/lock/koha/__KOHASITE__/biblios
38 passwd: /etc/koha/sites/__KOHASITE__/zebra.passwd
39 register: /var/lib/koha/__KOHASITE__/biblios/register:20G
40 shadow: /var/lib/koha/__KOHASITE__/biblios/shadow:20G
42 # Temp File area for result sets
43 setTmpDir: /var/lib/koha/__KOHASITE__/biblios/tmp
45 # Temp File area for index program
46 keyTmpDir: /var/lib/koha/__KOHASITE__/biblios/key
48 # Approx. Memory usage during indexing
53 # Specifies the maximum number of records that will be sorted in a result set.
54 # If the result set contains more than that limit, the records after the limit
55 # will not be sorted. If omitted, the default value is 1,000.