X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fbackend.h;h=7d1d2c65e977ba423f0a05ee02e2acd96c5ff812;hb=4b768398f592fe19364a3079d968da2f3a9e724f;hp=6c6d80626aaaee081dc21f32a0ea9ae3777f1c98;hpb=8d691989077a0addcbd840d769dce6700f3d9622;p=yaz-moved-to-github.git diff --git a/include/yaz/backend.h b/include/yaz/backend.h index 6c6d806..7d1d2c6 100644 --- a/include/yaz/backend.h +++ b/include/yaz/backend.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: backend.h,v 1.41 2007-01-03 08:42:14 adam Exp $ */ +/* $Id: backend.h,v 1.42 2007-01-16 14:12:37 adam Exp $ */ /** * \file backend.h @@ -68,6 +68,8 @@ typedef struct { char *srw_sortKeys; /* holds SRU/SRW sortKeys info */ char *srw_setname; /* holds SRU/SRW generated resultsetID */ int *srw_setnameIdleTime; /* holds SRU/SRW life-time */ + int estimated_hit_count; /* if hit count is estimated */ + int partial_resultset; /* if result set is partial */ } bend_search_rr; /* extended present handler. Does not replace bend_fetch. */