Added get_pos method for the ranked result sets.
[idzebra-moved-to-github.git] / include / rsrel.h
index 8188a5f..08d01f3 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: rsrel.h,v $
- * Revision 1.4  1997-09-05 15:30:05  adam
+ * Revision 1.5  1997-09-22 12:39:06  adam
+ * Added get_pos method for the ranked result sets.
+ *
+ * Revision 1.4  1997/09/05 15:30:05  adam
  * Changed prototype for chr_map_input - added const.
  * Added support for C++, headers uses extern "C" for public definitions.
  *
@@ -41,8 +44,9 @@ typedef struct rset_relevance_parms
     ISAM_P  *isam_positions;
 
     int     no_isam_positions;
-    int no_terms;
-    int *term_no;
+    int     no_terms;
+    int     *term_no;
+    int     (*get_pos)(const void *p);
 } rset_relevance_parms;
 
 #ifdef __cplusplus