From f9e9bf847cf81d621e4b9a7106f0dc74a1063785 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 23 May 2013 15:10:55 +0200 Subject: [PATCH] Document dynamic rank --- doc/pazpar2_conf.xml | 2 +- doc/pazpar2_protocol.xml | 81 ++++++++++++++++++++++++++++++++++------------ 2 files changed, 62 insertions(+), 21 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 57427ca..6989939 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -256,7 +256,7 @@ - rank + rank Specifies that this element is to be used to diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index e227354..a6fcf26 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -288,6 +288,47 @@ search.pz?command=settings&session=2044502273&pz:allow[search.com:210/db1]=1 + + + mergekey + + + Sets mergekey for this search and rest of session, or until + another mergekey is given for show/search. The mergekey value is a + comma separated list with one or more names as they appear + in the service description equivalent to + mergekey="optional" inside a metadata element. + If the empty string is given for mergekey it is disabled + and rest of session will use the default mergekey from service + or stylesheet. + + + This facility, "dynamic mergekey", appeared in Pazpar2 version + 1.6.31. + + + + + + rank + + + Sets rank method this search and rest of session, or until + another rank is given for show/search. The rank value is a + comma separated list of pairs field=value pairs. The + format is the same as + rank for a metadata element. + If the empty string is given for rank it is disabled + and rest of session will use the default rank from metadata or + stylesheet. + + + This facility, "dynamic ranking", appeared in Pazpar2 version + 1.6.31. + + + + @@ -390,26 +431,6 @@ search.pz2?session=2044502273&command=stat - mergekey - - - Sets mergekey for this search and rest of session, or until - another mergekey is given for show/search. The mergekey value is a - comma separated list with one or more names as they appear - in the service description equivalent to - mergekey="optional" inside a metadata element. - If the empty string is given for mergekey it is disabled - and rest of session will use the default mergekey from service - or stylesheet. - - - This facility, "dynamic mergekey", appeared in Pazpar2 version - 1.6.31. - - - - - sort @@ -459,6 +480,26 @@ search.pz2?session=2044502273&command=stat + + rank + + + Sets rank method this show and rest of session, or until + another rank is given for show/search. The rank value is a + comma separated list of pairs field=value pairs. The + format is the same as + rank for a metadata element. + If the empty string is given for rank it is disabled + and rest of session will use the default rank from metadata or + stylesheet. + + + This facility, "dynamic ranking", appeared in Pazpar2 version + 1.6.31. + + + + -- 1.7.10.4