Raw retrieval mode uses raw copy instead of text filter
[idzebra-moved-to-github.git] / index / index.h
index 208ef3b..7b7a5d7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: index.h,v 1.103 2004-01-22 11:27:21 adam Exp $
+/* $Id: index.h,v 1.106 2004-05-26 13:52:25 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003
    Index Data Aps
 
@@ -301,6 +301,7 @@ struct zebra_session {
     int destroyed;
     ZebraSet sets;
     Res res;
+    char *user_perm;
     int errCode;
     int hits;
     char *errString;
@@ -408,7 +409,8 @@ void zebraRankInstall (struct zebra_register *reg, struct rank_control *ctrl);
 ZebraRankClass zebraRankLookup (ZebraHandle zh, const char *name);
 void zebraRankDestroy (struct zebra_register *reg);
 
-int att_getentbyatt(ZebraHandle zh, attent *res, oid_value set, int att);
+int att_getentbyatt(ZebraHandle zh, attent *res, oid_value set, int att,
+               const char *sattr);
 
 extern struct rank_control *rank1_class;
 extern struct rank_control *rankzv_class;
@@ -420,6 +422,7 @@ int zebra_record_fetch (ZebraHandle zh, int sysno, int score, ODR stream,
                        int *rec_lenp, char **basenamep);
 
 void extract_get_fname_tmp (ZebraHandle zh, char *fname, int no);
+
 void zebra_index_merge (ZebraHandle zh);
 
 int buffer_extract_record (ZebraHandle zh, 
@@ -441,8 +444,7 @@ int extract_rec_in_mem (ZebraHandle zh, const char *recordType,
                         int store_keys, int store_data,
                         const char *match_criteria);
 #endif
-
-void extract_flushWriteKeys (ZebraHandle zh);
+void extract_flushWriteKeys (ZebraHandle zh, int final);
 
 struct zebra_fetch_control {
     off_t offset_end;