From: Adam Dickmeiss Date: Thu, 10 Sep 2009 08:19:03 +0000 (+0200) Subject: Mention multiple services/servers. X-Git-Tag: v1.2.0~3 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=8f811d796c8d84b1bfb932bbbd8580a70a0c1b4d;p=pazpar2-moved-to-github.git Mention multiple services/servers. --- diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 5e8ef1a..4df6094 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -59,8 +59,9 @@ server - This section governs overall behavior of the client. The data - elements are described below. + This section governs overall behavior of the server. The data + elements are described below. From Pazpar2 version 1.2 this is + a repeatable element. @@ -189,7 +190,15 @@ extraction of data from the internal representation, primarily through the 'metadata' sub-element. - + + Pazpar2 version 1.2 and later allows multiple service elements. + Multiple services must be given a unique ID by specifying + attribute id. + A single service may be unnamed (service ID omitted). The + service ID is referred to in the init webservice + command's service parameter. + + metadata diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index 7b30ca8..a622601 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -73,6 +73,17 @@ + + + service + + + Makes the session use the service with the given ID. If + this is setting is omitted, the session will use the + unnamed service in the Pazpar2 configuration. + + +