Added support of the complex indexing for MARC records (whithout documentation yet).
[idzebra-moved-to-github.git] / test / rusmarc / zebra.cfg
diff --git a/test/rusmarc/zebra.cfg b/test/rusmarc/zebra.cfg
new file mode 100644 (file)
index 0000000..a2e3a40
--- /dev/null
@@ -0,0 +1,31 @@
+# Simple Zebra configuration file that defines
+# a database with USMARC records.
+# $Id: zebra.cfg,v 1.1 2003-02-28 12:33:39 oleg Exp $
+#
+# Where are the config files located?
+profilePath: .:./tab:../../tab:../../../yaz/tab
+
+# Files that describe the attribute sets supported.
+attset: bib1.att
+attset: explain.att
+
+# Specify record type
+recordType: grs.marc.rusmarc
+
+# Lock File Area
+lockDir: lock
+
+# Temp File area for result sets
+setTmpDir: tmp
+
+# Temp File area for index program
+keyTmpDir: tmp
+
+# Approx. Memory usage during indexing
+memMax: 4
+
+# Specify register area
+register: register:100M
+
+# Default encoding
+encoding: koi8-r
\ No newline at end of file