From a9dfe575303dae829a78bdd769474a5be6d93e52 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 8 Jun 2008 21:42:15 +0200 Subject: [PATCH] Describe x-target and x-max-sockets --- doc/sru_z3950.xml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/doc/sru_z3950.xml b/doc/sru_z3950.xml index d1b569c..2f9e121 100644 --- a/doc/sru_z3950.xml +++ b/doc/sru_z3950.xml @@ -55,9 +55,30 @@ 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). + + + + + EXAMPLES -- 1.7.10.4