X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frsrel.h;h=032378287c86ba57619d6b164d266669b6b506af;hb=70961362d71c04daaf0b0feafe59e78d235eb116;hp=38acc0cf214bc812ec0531caa6a1a952371e2397;hpb=ddbba72d6ac2d51d596775b72ad64999e5cb0b77;p=idzebra-moved-to-github.git diff --git a/include/rsrel.h b/include/rsrel.h index 38acc0c..0323782 100644 --- a/include/rsrel.h +++ b/include/rsrel.h @@ -4,7 +4,13 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsrel.h,v $ - * Revision 1.1 1995-09-08 14:52:09 adam + * Revision 1.3 1996-11-08 11:08:02 adam + * New internal release. + * + * Revision 1.2 1996/06/11 10:53:16 quinn + * Relevance work. + * + * Revision 1.1 1995/09/08 14:52:09 adam * Work on relevance sets. * */ @@ -22,9 +28,13 @@ typedef struct rset_relevance_parms int max_rec; int (*cmp)(const void *p1, const void *p2); - ISAM is; + ISAM is; + ISAMC isc; ISAM_P *isam_positions; + int no_isam_positions; + int no_terms; + int *term_no; } rset_relevance_parms; #endif