From 8f811d796c8d84b1bfb932bbbd8580a70a0c1b4d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 10 Sep 2009 10:19:03 +0200 Subject: [PATCH] Mention multiple services/servers. --- doc/pazpar2_conf.xml | 15 ++++++++++++--- doc/pazpar2_protocol.xml | 11 +++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) 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. + + + -- 1.7.10.4