X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fsru_z3950.xml;h=9034d9a93edd4c591eaff7f36012c9d1ab02f2f7;hb=2e63f8129fbd6ff31b322590117c428c1b4afd3d;hp=8d63226adcfc8555b0772fbb7866b133d1e74331;hpb=601933683c68801e86c4f1380b70a8972eaa1cb1;p=metaproxy-moved-to-github.git diff --git a/doc/sru_z3950.xml b/doc/sru_z3950.xml index 8d63226..9034d9a 100644 --- a/doc/sru_z3950.xml +++ b/doc/sru_z3950.xml @@ -1,26 +1,31 @@ - %idcommon; ]> - + + Metaproxy + Index Data + + sru_z3950 3mp - Metaproxy Module + Metaproxy Module sru_z3950 - Metaproxy Module transforming SRU web service requests to Z3950 Metaproxy packages + Metaproxy Module transforming SRU web service requests to + Z39.50 Metaproxy packages DESCRIPTION The sru_z3950 Metaproxy filter transforms valid - SRU GET/POST/SOAP requests to Z3950 requests, and wraps the + SRU GET/POST/SOAP requests to Z39.50 requests, and wraps the received hit counts and XML records into suitable SRU response messages. @@ -47,7 +52,7 @@ It supports the SRU searchRetrieve operation, which - is transformed into successive Z3950 init, + is transformed into successive Z39.50 init, search and present requests. @@ -56,11 +61,63 @@ This filter does not handle CQL-to-PQF translations. In case that the backends do not understand CQL, you need to append the - cql_pqf metaproxy filter. This filter - still needs to be implemented. - + cql_pqf metaproxy filter. + + + This module supports the following SRU extra parameters: + + + x-target + + + Specifies backend Z39.50 target. + + + + + x-max-sockets + + + Specifies maximum number of sockets to use for a Z39.50 backend + client (for one given target host/db). + + + + + x-session-id + + + Allow a user-defined session ID to be attached to filter + log that follows sru_z3950. The ID is present in the + log files and not available to the SRU webservice. In order + to log material out via SRU, the x-log-enable may be used + instead. + + + + + x-log-enable + + + Controls whether log is to be collected for filters that + sru_z3950. Log data is extra response data's log element. + A value of 1 enables logging; other value disables + logging (default). + + + + + + SCHEMA + + + + EXAMPLES A typical configuration looks like this: @@ -93,15 +150,7 @@