From: Adam Dickmeiss Date: Tue, 3 Dec 2002 16:40:17 +0000 (+0000) Subject: Description of systag. Adam's and Mike's versions both here. X-Git-Tag: ZEBRA.1.3.4.Roel~14 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=8d16f8a75221de7152eceb7d6be4d9e847d99e4f Description of systag. Adam's and Mike's versions both here. --- diff --git a/doc/administration.xml b/doc/administration.xml index 7ab54c8..ff6410e 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra + diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index 3d5afb8..ba72af1 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -1017,8 +1017,8 @@ elm, this directive allows you to index attribute contents. The xpath uses a syntax similar to XPath. The attributes - have same syntax and meaning as directive elm, except that ! - refers to the nodes selected by xpath. + have same syntax and meaning as directive elm, except that operator + ! refers to the nodes selected by xpath. + + systag systemtag element + + + This directive maps system information to an element during + retrieval. This information is dynamically created. The + following system tags are defined + + + size + + + Size of record in bytes. By default this + is mapped to element size. + + + + + + rank + + + Score/rank of record. By default this + is mapped to element rank. + If no score was calculated for the record (non-ranked + searched) search this directive is ignored. + + + + + + sysno + + + Zebra's system number (record ID) for the + record. By default this is mapped to element + localControlNumber. + + + + + If you do not want a particular system tag to be applied, + then set the resulting element to something undefined in the + abs file (such as none). + + + + + systag