New command 'stat' for the index program.
[idzebra-moved-to-github.git] / index / zserver.h
index 04547fb..6bcdf83 100644 (file)
@@ -4,7 +4,13 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: zserver.h,v $
- * Revision 1.13  1995-11-16 15:34:56  adam
+ * Revision 1.15  1995-11-21 15:29:13  adam
+ * Config file 'base' read by default by both indexer and server.
+ *
+ * Revision 1.14  1995/11/16  17:00:57  adam
+ * Better logging of rpn query.
+ *
+ * Revision 1.13  1995/11/16  15:34:56  adam
  * Uses new record management system in both indexer and server.
  *
  * Revision 1.12  1995/10/27  14:00:12  adam
@@ -51,9 +57,7 @@
 #include <rset.h>
 
 #include "index.h"
-#if RECORD_BASE
 #include "recindex.h"
-#endif
 
 typedef struct {
     int sysno;
@@ -71,12 +75,7 @@ typedef struct {
     ZServerSet *sets;
     Dict wordDict;
     ISAM wordIsam;
-    Dict fileDict;
-#if RECORD_BASE
     Records records;
-#else
-    int sys_idx_fd;
-#endif
     int errCode;
     char *errString;
     ODR odr;
@@ -97,3 +96,4 @@ ZServerSet *resultSetGet (ZServerInfo *zi, const char *name);
 ZServerSetSysno *resultSetSysnoGet (ZServerInfo *zi, const char *name,
                                     int num, int *positions);
 void resultSetSysnoDel (ZServerInfo *zi, ZServerSetSysno *records, int num);
+void zlog_rpn (Z_RPNQuery *rpn);