Bug 11694: Improve handling of individual hold suspension in Bootstrap OPAC
[koha.git] / debian / templates / zebra-biblios-dom-site.cfg.in
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:/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
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
18 # Specify record type
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
23
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
27
28 recordId: (bib1,Local-number)
29 storeKeys:1
30 storeData:1
31
32
33 # Lock File Area
34 lockDir: /var/lock/koha/__KOHASITE__/biblios
35 perm.anonymous:ar
36 perm.kohauser:rw
37 passwd: /etc/koha/sites/__KOHASITE__/zebra.passwd
38 register: /var/lib/koha/__KOHASITE__/biblios/register:20G
39 shadow: /var/lib/koha/__KOHASITE__/biblios/shadow:20G
40
41 # Temp File area for result sets
42 setTmpDir: /var/lib/koha/__KOHASITE__/biblios/tmp
43
44 # Temp File area for index program
45 keyTmpDir: /var/lib/koha/__KOHASITE__/biblios/key
46
47 # Approx. Memory usage during indexing
48 memMax: 50M
49 rank:rank-1
50 truncmax: 1000000000
51
52 # Specifies the maximum number of records that will be sorted in a result set.
53 # If the result set contains more than that limit, the records after the limit
54 # will not be sorted. If omitted, the default value is 1,000.
55 sortmax: 1000