From: Jason Skomorowski Date: Tue, 29 Sep 2009 18:56:44 +0000 (-0400) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 X-Git-Tag: v1.2.1~9 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=811010b2762f4f30111f3c1637436b42fa93ad61;hp=-c;p=pazpar2-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2 --- 811010b2762f4f30111f3c1637436b42fa93ad61 diff --combined doc/pazpar2_conf.xml index 7777636,cf97dfb..d425733 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@@ -400,10 -400,19 +400,19 @@@ Specifies timeout parameters for this service. The timeout element supports the following attributes: - session, z3950_connect, + session, z3950_operation, z3950_session which specifies - 'session timeout', 'Z39.50 connect timeout', 'Z39.50 session timeout' - respectively. + 'session timeout', 'Z39.50 operation timeout', + 'Z39.50 session timeout' respectively. The Z39.50 operation + timeout is the time Pazpar2 will wait for an active Z39.50/SRU + operation before it gives up (times out). The Z39.50 session + time out is the time Pazpar2 will keep the session alive for + an idle session (no operation). + + + The following is recommended but not required: + z3950_operation (30) < session (60) < z3950_session (180) . + The default values are given in parantheses. @@@ -825,20 -834,6 +834,20 @@@ Provides the path of an XSLT stylesheet which will be used to map incoming records to the internal representation. + + When mapping MARC XML records, XSLT can be bypassed for increased + performance with the alternate "MARC map" format. Provide the + path of a file with extension ".mmap" containing on each line: + + <field> <subfield> <metadata element> + For example: + + 245 a title + 500 $ description + 773 * citation + To map the field value specify a subfield of '$'. To store a + concatenation of all subfields, specify a subfield of '*'. +