From 00c427dace60183f4ba7bacdcdf004ac419527ce Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Tue, 8 Jun 2004 13:27:48 +0000 Subject: [PATCH] credits given to tho credit deserves --- doc/zvrank.txt | 6 ++++++ index/zvrank.c | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/zvrank.txt b/doc/zvrank.txt index b334d23..db28ac8 100644 --- a/doc/zvrank.txt +++ b/doc/zvrank.txt @@ -1,3 +1,9 @@ +Zvrank: an experimental ranking algorithm. See doc/zvrank.txt and +source in index/zvrank.c. Enable this by using rank: zvrank in zebra.cfg. +Contributed by Johannes Leveling + + This is an experimental addon (or patch) for the Zebra server to faciliate ranked searches with the Vector Space Model. To install the addon, copy the file 'rank1.c' in the index diff --git a/index/zvrank.c b/index/zvrank.c index 45ebee2..622278e 100644 --- a/index/zvrank.c +++ b/index/zvrank.c @@ -1,4 +1,4 @@ -/* $Id: zvrank.c,v 1.5 2003-05-20 09:43:46 adam Exp $ +/* $Id: zvrank.c,v 1.6 2004-06-08 13:27:48 marc Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -20,6 +20,13 @@ 02111-1307, USA. */ +/* +Zvrank: an experimental ranking algorithm. See doc/zvrank.txt and +source in index/zvrank.c. Enable this by using rank: zvrank in zebra.cfg. +Contributed by Johannes Leveling +*/ + /* Zebra Vector Space Model RANKing ** ** six (seven) letter identifier for weighting scheme -- 1.7.10.4