From 9fcc9c9710afecdf31ca058f4c80f1711891c39e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 27 Jun 2012 10:11:08 +0200 Subject: [PATCH 1/1] Document checksum facility --- doc/pazpar2_protocol.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index e898566..a8dd4f5 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -437,7 +437,7 @@ search.pz2?session=2044502273&command=show&start=0&num=2&sort=title:1 fetched as "raw" from ZOOM C (raw, original record). - When offset is not given, the Pazpar2 metadata for the record + When offset/checksum is not given, the Pazpar2 metadata for the record is returned and with metadata for each targets' data specified in a 'location' list. @@ -445,6 +445,29 @@ search.pz2?session=2044502273&command=show&start=0&num=2&sort=title:1 + checksum + + + This optional parameter is a string which, when given, makes + Pazpar2 return the original record for a specific target. The + checksum is returned as attribtue 'checksum' in element + 'location' for show command and record command (when checksum + and offset is NOT given). + The nativesyntax setting, as usual, is used to determine how to + create XML from the original record - unless parameter + binary is given in which the record is + fetched as "raw" from ZOOM C (raw, original record). + + + When offset/checksum is not given, the Pazpar2 metadata for the record + is returned and with metadata for each targets' data specified + in a 'location' list. + + + + + + nativesyntax -- 1.7.10.4