From b83408311d403f7463c336ec398766ec7d719418 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Wed, 15 Feb 2006 12:08:47 +0000 Subject: [PATCH] added section on static and dynamic ranking --- doc/Makefile.am | 4 +- doc/administration.xml | 107 +++++++++++++++++++++++++++++++++++++++++++++- doc/architecture.xml | 9 ++-- doc/zebra.xml.in | 6 +-- doc/zebraidx-options.xml | 4 +- 5 files changed, 117 insertions(+), 13 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 622fbc7..5983f23 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.34 2006-02-15 11:07:47 marc Exp $ +## $Id: Makefile.am,v 1.35 2006-02-15 12:08:47 marc Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -50,7 +50,7 @@ HTMLFILES = administration.html \ introduction.html \ license.html \ locating-records.html \ - maincomponents.html \ + architecture-maincomponents.html \ protocol-support.html \ quick-start.html \ record-model-alvisxslt-conf.html \ diff --git a/doc/administration.xml b/doc/administration.xml index b29790c..eee315e 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra + + Those are in the zebra config file enabled by a directive like (use + only one of these a time!): + + rank: rank-1 # default + rank: rank-static # dummy + rank: zvrank # TDF-IDF like + + Notice that the rank-1 and + zvrank do not use the static rank + information in the list keys, and will produce the same ordering + with our without static ranking enabled. + + + The dummy rank-static reranking/scoring + function returns just + score = max int - staticrank + in order to preserve the ordering of hit sets with and without it's + call. + Obviously, to combine static and dynamic ranking usefully, one wants + to make a new ranking + function, which is left + as an exercise for the reader. + + + + + + Overview of Zebra Architecture - + Local Representation @@ -32,7 +32,7 @@ - + Indexing and Retrieval Workflow @@ -85,7 +85,7 @@ - + Main Components The Zebra system is designed to support a wide range of data management @@ -242,6 +242,7 @@ IDZebra filter grs.danbib (DBC DanBib records) ALVIS Record Model and Filter Module + - alvis Experimental Alvis XSLT filter mod-alvis.so libidzebra1.4-mod-alvis diff --git a/doc/zebra.xml.in b/doc/zebra.xml.in index 0b39514..3d696cf 100644 --- a/doc/zebra.xml.in +++ b/doc/zebra.xml.in @@ -22,8 +22,8 @@ - '> + '> '> '> ]> - + Zebra - User's Guide and Reference diff --git a/doc/zebraidx-options.xml b/doc/zebraidx-options.xml index 6d8f7b7..7a01825 100644 --- a/doc/zebraidx-options.xml +++ b/doc/zebraidx-options.xml @@ -1,5 +1,5 @@ @@ -14,7 +14,7 @@ grs.subtype. If no subtype is provided for the GRS (General Record Structure) type, the canonical input format - is assumed (see &ref-local-representation;). + is assumed (see &ref-architecture-representation;). Generally, it is probably advisable to specify the record types in the zebra.cfg file (see &ref-record-types;), to avoid confusion at -- 1.7.10.4