X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fzoom.xml;h=4221f2ea181247307d853e9409ec502ffdd90a82;hb=96a9d0598df0722dc31117fd4559bb4b23a2225e;hp=20c62b3e5dc266dab9edcba39d64555d670ca41f;hpb=99404587e07e9198cd941ad06c500c4246e2c983;p=metaproxy-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index 20c62b3..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