From: Adam Dickmeiss Date: Fri, 22 Nov 2013 10:54:37 +0000 (+0100) Subject: ESTIMATED_HIT_COUNT = 1 facility SIM-18 X-Git-Tag: v1.19~2 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=e1c360ffe42917276f87ee47c003b074927de2ff;hp=83b87dd4d102d865215d623b59f7ede2be521c1b ESTIMATED_HIT_COUNT = 1 facility SIM-18 --- diff --git a/SimpleServer.xs b/SimpleServer.xs index 2855726..11622da 100644 --- a/SimpleServer.xs +++ b/SimpleServer.xs @@ -1002,6 +1002,11 @@ int bend_search(void *handle, bend_search_rr *rr) rr->extra_response_data = odr_strdupn(rr->stream, ptr, len); } + temp = hv_fetch(href, "ESTIMATED" "_HIT_" "COUNT", 19, 0); + if (temp) + { + rr->estimated_hit_count = SvIV(*temp); + } hv_undef(href); av_undef(aref);