Same Debian/Ubuntu dists as YAZ
[simpleserver-moved-to-github.git] / SimpleServer.xs
index 2855726..c9eb888 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of simpleserver.
- * Copyright (C) 2000-2013 Index Data.
+ * Copyright (C) 2000-2014 Index Data.
  * All rights reserved.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -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);