From 048cb527b39afbbb55f9b8f68c4393326390c683 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 10 Feb 2012 15:35:35 +0100 Subject: [PATCH] Describe new configuration for zoom WRT ZeeRex. --- doc/zoom.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/doc/zoom.xml b/doc/zoom.xml index e1b9992..80bc5b6 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -71,15 +71,24 @@ attribute url - URL of Web service to be used to fetch target profile - for a given database (udb) of type searchable. The special sequence - %db of the URL is replaced by the - actual database specified as part of Search. + URL of Web service to be used when fetch target profiles from + a remote service (Torus normally). + + + The sequence %query is replaced with a CQL + query for the Torus search. The special sequence %realm is replaced by value of attribute realm or by realm DATABASE argument. + + The special sequence %db is replaced with + a single database while searching. Note that this sequence + is no longer needed, because the %query can already + query for a single database by using CQL query + udb==.... + @@ -144,6 +153,16 @@ + attribute explain_xsl + + + Specifies a stylesheet that converts one or more Torus records + to ZeeExplain records. The content of recordData is assumed to be + holding each Explain record. + + + + element records -- 1.7.10.4