Added support for term references (queryIDs) for searchResult.
[idzebra-moved-to-github.git] / index / index.h
index 95371fa..a21f1f4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: index.h,v 1.142 2005-06-07 14:53:39 adam Exp $
+/* $Id: index.h,v 1.144 2005-06-22 19:42:38 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -266,6 +266,7 @@ struct zebra_session {
 
     char **basenames;
     int num_basenames;
+    zint approx_limit;
     char *reg_name;
     char *path_reg;
 
@@ -368,7 +369,8 @@ RSET rset_trunc(ZebraHandle zh, ISAM_P *isam_p, int no,
                const char *term, int length_term, const char *flags,
                int preserve_position, int term_type, NMEM rset_nmem,
                struct rset_key_control *kctrl, int scope,
-               struct ord_list *ol, int reg_type);
+               struct ord_list *ol, int reg_type,
+               zint hits_limit, const char *term_ref_id);
 
 void resultSetAddTerm (ZebraHandle zh, ZebraSet s, int reg_type,
                       const char *db, int set,