From 5cc2a9ae32ed244d0159c81cd06cd4ff32ab0b3d Mon Sep 17 00:00:00 2001 From: pop Date: Fri, 28 Feb 2003 20:12:18 +0000 Subject: [PATCH] Added sysno and score to ZebraRetrievalRecord --- index/zebraapi.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 1.7.10.4