Added rpn_facet which does little at this stage.
[idzebra-moved-to-github.git] / index / index.h
index 514a700..76e1bd4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: index.h,v 1.204 2007-10-31 16:56:14 adam Exp $
+/* $Id: index.h,v 1.206 2007-11-01 14:56:07 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -430,6 +430,21 @@ int zebra_check_res(Res res);
 #define FIRST_IN_FIELD_CHAR 1
 #define FIRST_IN_FIELD_LEN 2
 
+ZEBRA_RES zebra_term_limits_APT(ZebraHandle zh,
+                                Z_AttributesPlusTerm *zapt,
+                                zint *hits_limit_value,
+                                const char **term_ref_id_str,
+                                NMEM nmem);
+
+ZEBRA_RES rpn_facet(ZebraHandle zh, ODR stream, NMEM nmem,
+                    struct rset_key_control *kc,
+                    Z_AttributesPlusTerm *zapt,
+                    int *position, int *num_entries, 
+                    ZebraScanEntry **list,
+                    int *is_partial, RSET limit_set,
+                    const char *index_type,
+                    int ord_no, int *ords);
+
 YAZ_END_CDECL
 
 #endif