X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=4221f2ea181247307d853e9409ec502ffdd90a82;hb=66ccbf941e10d3c2c07ef3187e855e58e541c93d;hp=9d5ccf19b41746e2234140985b90fb8b3f605843;hpb=f48b9c4a53735ff0328b6775a1818a5de9237270;p=metaproxy-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 9d5ccf1..4221f2e 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -27,7 +27,7 @@ This filter implements a generic client based on ZOOM of YAZ. The client implements the protocols that ZOOM C does: Z39.50, SRU - (GET, POST, SOAP) and SOLR . + (GET, POST, SOAP) and Solr . @@ -359,7 +359,8 @@ Step 1: for CCL, the query is converted to RPN via - cclmap elements part of + cclmap + elements part of the target profile as well as base CCL maps. @@ -374,7 +375,7 @@ Step 2: If the target is Z39.50-based, it is passed verbatim (RPN). If the target is SRU-based, the RPN will be converted to CQL. - If the target is SOLR-based, the RPN will be converted to SOLR's query + If the target is Solr-based, the RPN will be converted to Solr's query type. @@ -385,8 +386,12 @@ The ZOOM module actively handle CQL sorting - using the SORTBY parameter which was introduced in SRU version 1.2. The conversion from SORTBY clause to native sort for some target is driven by the two parameters: - sortStrategy - and sortmap_field. + + sortStrategy + + and + sortmap_field + . If a sort field that does not have an equivalent @@ -420,7 +425,25 @@ - + + authenticationMode + + Specifies how authentication parameters are passed to server + for SRU. Possible values are: url + and basic. For the url mode username and password + are carried in URL arguments x-username and x-password. + For the basic mode, HTTP basic authentication is used. + The settings only takes effect + if authentication + is set. + + + If this value is omitted HTTP basic authencation is used. + + + + + cclmap_field This value specifies CCL field (qualifier) definition for some @@ -543,16 +566,16 @@ - + sortmap_field This value the native field for a target. The form of the value is - given by sortStrategy. + given by sortStrategy. - + sortStrategy Specifies sort strategy for a target. One of: @@ -576,7 +599,7 @@ - + sruVersion Specifies the SRU version to use. It unset, version 1.2 will be @@ -586,7 +609,7 @@ - + transform Specifies a XSL stylesheet filename to be used if record @@ -597,7 +620,7 @@ - + udb This value is required and specifies the unique database for @@ -624,7 +647,7 @@ - + zurl This is setting is mandatory and specifies the ZURL of the @@ -665,6 +688,16 @@ + content-proxy + + + Specifies proxy to be used for content proxy session. If this parameter + is not given, value of parameter proxy is passed + to content proxy session. + + + + content-user @@ -698,7 +731,7 @@ Specifies password to be passed to backend. It is also passed - to cproxy session unless overriden by content-password. + to content proxy session unless overriden by content-password. If this parameter is omitted, the password will be taken from TARGET profile setting @@ -753,7 +786,7 @@ Specifies user to be passed to backend. It is also passed - to cproxy session unless overriden by content-user. + to content proxy session unless overriden by content-user. If this parameter is omitted, the user will be taken from TARGET profile setting