Extended the GFS search facility. New member of bend_search_rr
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 16 Jan 2007 14:12:37 +0000 (14:12 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 16 Jan 2007 14:12:37 +0000 (14:12 +0000)
commit9e3111eaac05558be44beadb89eb7ba8c73eb9d5
treee821687d805699cf554587eed7db8d568de70f1c
parent4c1e71e27bbedb9bbaa66bfa5193c5746ef80acb
Extended the GFS search facility. New member of bend_search_rr
'estimated_hit_count' signals that hits is known to be an estmate
(higher or lower than real hit count). New member 'partial_resultset'
signals that the search was partial (hit count is lower or equal than
real hit count). For Z39.50, the information is stored in resultSetStatus
member of SearchResponse APDU. For SRU, the information is signalled
via SRU diagnostic 59: "Result set created with valid partial results
available".
NEWS
client/client.c
include/yaz/backend.h
src/seshigh.c
src/z3950v3.asn
ztest/ztest.c