X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fbackend.h;h=7d1d2c65e977ba423f0a05ee02e2acd96c5ff812;hb=4b768398f592fe19364a3079d968da2f3a9e724f;hp=a0a59e82a255dc10e7c1218e8a652a2b59741c00;hpb=2ede0bb278b22c8ce1cdd48e9a11a5924d433763;p=yaz-moved-to-github.git diff --git a/include/yaz/backend.h b/include/yaz/backend.h index a0a59e8..7d1d2c6 100644 --- a/include/yaz/backend.h +++ b/include/yaz/backend.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2006, Index Data + * Copyright (c) 1995-2007, 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: @@ -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.40 2006-12-06 21:35:58 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. */