X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=doc%2Fpazpar2_protocol.xml;h=b7e82452da7223800cca4143143081f165da7b34;hb=43fee89b4e5d0187e80ce389509de10c49ea925f;hp=e227354dfbed8e047f876bae6ec5863cb8dbb4ef;hpb=f1af7094481beba15c9ce3349095681db5981b28;p=pazpar2-moved-to-github.git diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index e227354..b7e8245 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,40 @@ 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. + + + + + + snippets + + + If specified and set to 1 data will include snippets marked + with <match> tags. Otherwise snippets will not be included. + + + This facility, "snippets", appeared in Pazpar2 version + 1.6.32. + + + + @@ -609,6 +664,20 @@ search.pz2?session=2044502273&command=show&start=0&num=2&sort=title:1 + + snippets + + + If specified and set to 1 data will include snippets marked + with <match> tags. Otherwise snippets will not be included. + + + This facility, "snippets", appeared in Pazpar2 version + 1.6.32. + + + + @@ -761,6 +830,25 @@ search.pz2?session=605047297&command=bytarget&id=3 + + service + + Returns service definition (XML). Parameters: + + + session + + + Session ID + + + + + + + The service command appeared in Pazpar2 version 1.6.32 + + SEE ALSO