X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=index%2Fzebrasrv.c;h=234fae042e703ef6f6d623dcf740302388b676b1;hb=e1352999e1be86b0ce5c2698bb62f9fc7d598a4f;hp=7112234e8cf488e408cfc1191d458c156ed7c233;hpb=89d3a004b7c651fd5673abfc192e1472dc4d4197;p=idzebra-moved-to-github.git diff --git a/index/zebrasrv.c b/index/zebrasrv.c index 7112234..234fae0 100644 --- a/index/zebrasrv.c +++ b/index/zebrasrv.c @@ -1,4 +1,4 @@ -/* $Id: zebrasrv.c,v 1.5 2007-01-15 15:10:17 adam Exp $ +/* $Id: zebrasrv.c,v 1.6 2007-01-16 15:01:15 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -278,8 +278,10 @@ int bend_search(void *handle, bend_search_rr *r) switch (r->query->which) { case Z_Query_type_1: case Z_Query_type_101: - res = zebra_search_RPN(zh, r->stream, r->query->u.type_1, - r->setname, &zhits); + res = zebra_search_RPN_x(zh, r->stream, r->query->u.type_1, + r->setname, &zhits, + &r->estimated_hit_count, + &r->partial_resultset); if (res != ZEBRA_OK) zebra_result(zh, &r->errcode, &r->errstring); else