X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=dcb408d03df5c6f941cc0ee6651a6f7e16541a1a;hb=4c112f15503aebed494fab8aa5296c3661bfb31c;hp=c7993fa1aab55526e88ea974a2bfb6dfa28c362a;hpb=418038362451c405454fd4bf8dd2100975a8b764;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index c7993fa..dcb408d 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.184 2006-11-25 09:15:19 adam Exp $ +/* $Id: index.h,v 1.185 2006-11-30 10:33:19 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -261,6 +261,9 @@ ZEBRA_RES rpn_search_top(ZebraHandle zh, Z_RPNStructure *zs, int num_bases, char **basenames, RSET *result_set); +ZEBRA_RES rpn_get_top_approx_limit(ZebraHandle zh, Z_RPNStructure *zs, + zint *approx_limit); + ZEBRA_RES rpn_scan(ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, oid_value attributeset, int num_bases, char **basenames,