X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=88a91db726dcd2e901e3d20874c47cb480e7c346;hb=ddd6e6bffac75d2671330b14b262a6594212dcce;hp=3e1d66ff4ccc7c40aec72499d52f5c5aebd9ba5c;hpb=3fbdef96a1c730eb52d1ffbd7c90143fb7168f25;p=idzebra-moved-to-github.git diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 3e1d66f..88a91db 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.15 2006-04-26 11:12:31 adam Exp $ +/* $Id: recctrl.h,v 1.16 2006-05-02 08:27:43 marc Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -96,6 +96,7 @@ struct recRetrieveCtrl { char *encoding; /* preferred character encoding */ zint localno; /* local id of record */ int score; /* score 0-1000 or -1 if none */ + int staticrank; /* static rank >= 0, 0 if none */ int recordSize; /* size of record in bytes */ char *fname; /* name of file (or NULL if internal) */ data1_handle dh;