X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=PROTOCOL;h=8ae4a9d136d39c8157a4cac8deb93d94fee8e43f;hb=dde4a5914bbb5511a91e73d8ab45210b48637596;hp=35d1a00340c9eec07963a59eb09c0d6bf64ed6e5;hpb=31b16970388c81753afd73748f339c011384503d;p=pazpar2-moved-to-github.git diff --git a/PROTOCOL b/PROTOCOL index 35d1a00..8ae4a9d 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -117,3 +117,37 @@ Output: + +termlist + +Retrieves term list(s) + +parameters: + +session +name -- comma-separated list of termlist names (default "subject") + +Example: + +search.pz2?session=2044502273&command=termlist&name=author,subject + +Output: + + + + + Donald Knuth + 10 + + + Robert Pirsig + 2 + + + + + Computer programming + 10 + + +