X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2Frecordmodel.xml;h=3d5afb8cdfc00cc999041057ba53f1be4bdb16a9;hb=291f3ed7fc3e5d55e7993ae4e5c19e0bb0158d3d;hp=b438f33a51c3e678833fce486a27a640ac8e288a;hpb=49f49aa27c8d63cea66dfb5a9e06e5735c835509;p=idzebra-moved-to-github.git diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index b438f33..3d5afb8 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -1052,6 +1052,51 @@ + + + systag + systemTag + actualTag + + + + Specifies what information, if any, Zebra should + automatically include in retrieval records for the + ``system fields'' that it supports. + systemTag may + be any of the following: + + + rank + + An integer indicating the relevance-ranking score + assigned to the record. + + + + sysno + + An automatically generated identifier for the record, + unique within this database. It is represented by the + <localControlNumber> element in + XML and the (1,14) tag in GRS-1. + + + + size + + The size, in bytes, of the retrieved record. + + + + + + The actualTag parameter may be + none to indicate that the named element + should be omitted from retrieval records. + + +