X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=include%2Fidzebra%2Frecctrl.h;h=36002458a141aa785b583474064a859b3782c6b6;hb=af0296d15d13db076eaa1f53a590b75303f6d16a;hp=3e1d66ff4ccc7c40aec72499d52f5c5aebd9ba5c;hpb=6eede4f6572f495e9363015b336d9e17662a5368;p=idzebra-moved-to-github.git diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 3e1d66f..3600245 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.18 2006-05-05 09:12:21 adam 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; @@ -137,6 +138,14 @@ YAZ_EXPORT RecTypeClass recTypeClass_create (Res res, NMEM nmem); YAZ_EXPORT +void recTypeClass_load_modules(RecTypeClass *rts, NMEM nmem, + const char *module_path); + +YAZ_EXPORT +RecTypeClass recTypeClass_add_modules(Res res, NMEM nmem, + const char *module_path); + +YAZ_EXPORT void recTypeClass_destroy(RecTypeClass rtc); YAZ_EXPORT