From 291f3ed7fc3e5d55e7993ae4e5c19e0bb0158d3d Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 3 Dec 2002 16:10:19 +0000 Subject: [PATCH] Remove documentation of tagsysno (bah!) and add documentation of systag, though I don't properly understand what it's doing. Tweak the .cvsignore files. --- doc/.cvsignore | 1 + doc/administration.xml | 20 +------------------- doc/recordmodel.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- perl/.cvsignore | 1 + recctrl/.cvsignore | 1 + 5 files changed, 50 insertions(+), 20 deletions(-) create mode 100644 perl/.cvsignore diff --git a/doc/.cvsignore b/doc/.cvsignore index 4fd6401..b430ac7 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -8,6 +8,7 @@ zebra.aux zebra.pdf manpage.links manpage.refs +tkl.xsl *.8 *.1 *.html diff --git a/doc/administration.xml b/doc/administration.xml index be92e8e..7ab54c8 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra + 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. + + + diff --git a/perl/.cvsignore b/perl/.cvsignore new file mode 100644 index 0000000..1ddabaa --- /dev/null +++ b/perl/.cvsignore @@ -0,0 +1 @@ +Makefile.PL diff --git a/recctrl/.cvsignore b/recctrl/.cvsignore index e995588..67bc5ad 100644 --- a/recctrl/.cvsignore +++ b/recctrl/.cvsignore @@ -1,3 +1,4 @@ .deps Makefile Makefile.in +perlread.h -- 1.7.10.4