Removed the term count stuff from all rsets, and fixed what ever that broke.
[idzebra-moved-to-github.git] / include / rsmultior.h
index ff8c3ad..1f63e72 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsmultior.h,v 1.1 2004-08-16 16:17:49 heikki Exp $
+/* $Id: rsmultior.h,v 1.3 2004-08-20 14:44:45 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -36,11 +36,10 @@ typedef struct rset_multior_parms
     int     key_size;
     int     (*cmp)(const void *p1, const void *p2);
 
-    RSET *rsets;
     int no_rsets;
-
-    RSET_TERM rset_term;
-
+    RSET *rsets;  /* array of rsets to multi-or */
+                  /* allocated when creating parms, */
+                  /* rset will free when deleted */
     int     no_isam_positions;
     int     no_save_positions;
 } rset_multior_parms;