Beginnings of facets
[idzebra-moved-to-github.git] / index / index.h
index 4511e4a..2024239 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: index.h,v 1.205 2007-11-01 14:10:03 adam Exp $
+/* $Id: index.h,v 1.207 2007-11-01 16:01:33 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -436,6 +436,12 @@ ZEBRA_RES zebra_term_limits_APT(ZebraHandle zh,
                                 const char **term_ref_id_str,
                                 NMEM nmem);
 
+ZEBRA_RES rpn_facet(ZebraHandle zh, ODR stream,
+                    Z_AttributesPlusTerm *zapt,
+                    const Odr_oid *attributeset,
+                    int *position, int *num_entries, 
+                    ZebraScanEntry **list,
+                    int *is_partial, RSET limit_set);
 YAZ_END_CDECL
 
 #endif