X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=76e1bd49bf50dc9ab563ae554c5349434e07c0a4;hb=bfe7ce5c9c47f3f4ad1ac76d4232b9807d5ee158;hp=514a700cdb48fe6ee5c0a38da5abae254cefa942;hpb=e199777080c6fa0963d51b7df1763fd5286ca9a4;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index 514a700..76e1bd4 100644 --- a/index/index.h +++ b/index/index.h @@ -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