updated release notes for 3.14.0 beta
[koha.git] / etc / zebradb / zebra-authorities.cfg
index c9c6321..f617557 100644 (file)
@@ -13,22 +13,39 @@ modulePath: /usr/lib/idzebra-2.0/modules
 # Files that describe the attribute sets supported.
 attset: bib1.att
 attset: explain.att
-attset:gils.att
+attset: gils.att
 
 #systag sysno rank
+
 # Specify record type
+# group   .recordType[  .name  ]:  type
+# type is split into fundamental type. file-read-type . argument
+# http://www.indexdata.dk/zebra/doc/zebra-cfg.tkl
+# http://www.indexdata.dk/zebra/doc/grs.tkl
+
+# Can use -g iso2709 to batch index raw iso2709 records in a single or
+# multiple files, or marcxml records that are split into separate files
+# the trailing .record tells zebraidx to use record.abs
 iso2709.recordType:grs.marcxml.record
+
+# Can use -g marcxml to batch index marcxml files
+# zebraidx uses record.abs because of <record> is the root element
+marcxml.recordType:grs.sgml
+
+# Koha uses grs.xml internally when updating a single record, no idea
+# why it knows to use record.abs
 recordType:grs.xml
+
 recordId: (bib1,Local-Number)  
 # was auth1
 storeKeys:1
 storeData:1
 
-
 # Lock File Area
 lockDir: __ZEBRA_LOCK_DIR__/authorities
-perm.anonymous:r
+perm.anonymous:ar
 perm.__ZEBRA_USER__:rw
+passwd: __ZEBRA_CONF_DIR__/etc/passwd
 register: __ZEBRA_DATA_DIR__/authorities/register:4G
 shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G 
 
@@ -39,6 +56,6 @@ setTmpDir: __ZEBRA_DATA_DIR__/authorities/tmp
 keyTmpDir: __ZEBRA_DATA_DIR__/authorities/key
 
 # Approx. Memory usage during indexing
-memMax: 200M
+memMax: 50M
 rank:rank-1