76ed2169901a0da90a4028d4300b0101ea0abaa6
[koha.git] / etc / zebradb / zebra-biblios-dom.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:__ZEBRA_CONF_DIR__/biblios/etc:__ZEBRA_CONF_DIR__/etc:__ZEBRA_CONF_DIR__/marc_defs/__ZEBRA_MARC_FORMAT__/biblios:__ZEBRA_CONF_DIR__/lang_defs/__ZEBRA_LANGUAGE__:__ZEBRA_CONF_DIR__/xsl
7 # modulePath - where to look for loadable zebra modules
8 modulePath: /usr/lib/idzebra-2.0/modules:/usr/lib64/idzebra-2.0/modules:/usr/lib/x86_64-linux-gnu/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.__ZEBRA_CONF_DIR__/biblios/etc/dom-config.xml
25 marcxml.recordtype: dom.__ZEBRA_CONF_DIR__/biblios/etc/dom-config.xml
26 iso2709.recordtype: dom.__ZEBRA_CONF_DIR__/biblios/etc/dom-config-marc.xml
27
28 recordId: (bib1,Local-number)
29 storeKeys:1
30 storeData:1
31 facetNumRecs:1000
32
33
34 # Lock File Area
35 lockDir: __ZEBRA_LOCK_DIR__/biblios
36 #perm.anonymous:ar
37 perm.__ZEBRA_USER__:rw
38 passwd: __ZEBRA_CONF_DIR__/etc/passwd
39 register: __ZEBRA_DATA_DIR__/biblios/register:20G
40 shadow: __ZEBRA_DATA_DIR__/biblios/shadow:20G
41
42 # Temp File area for result sets
43 setTmpDir: __ZEBRA_DATA_DIR__/biblios/tmp
44
45 # Temp File area for index program
46 keyTmpDir: __ZEBRA_DATA_DIR__/biblios/key
47
48 # Approx. Memory usage during indexing
49 memMax: 50M
50 rank:rank-1
51 truncmax: 1000000000
52
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.
56 sortmax: 1000