From: pop Date: Fri, 28 Feb 2003 20:12:18 +0000 (+0000) Subject: Added sysno and score to ZebraRetrievalRecord X-Git-Tag: ZEBRA.1.3.8~56 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=5cc2a9ae32ed244d0159c81cd06cd4ff32ab0b3d;p=idzebra-moved-to-github.git Added sysno and score to ZebraRetrievalRecord --- diff --git a/index/zebraapi.h b/index/zebraapi.h index 383d50b..ca18834 100644 --- a/index/zebraapi.h +++ b/index/zebraapi.h @@ -1,4 +1,4 @@ -/* $Id: zebraapi.h,v 1.26 2003-02-27 23:08:10 pop Exp $ +/* $Id: zebraapi.h,v 1.27 2003-02-28 20:12:18 pop Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -72,6 +72,8 @@ typedef struct { int len; /* length */ oid_value format; /* record syntax */ char *base; + int sysno; + int score; } ZebraRetrievalRecord; /* Scan Term Descriptor */