Implemented a way to perform scan in a result set using Z39.50. This
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 May 2007 08:12:16 +0000 (08:12 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 May 2007 08:12:16 +0000 (08:12 +0000)
commitf60c0db8c4379047cdd75e2be50549abc0a1c74a
treeb7a3bffc32e91a960d411c7b970db2485acec93e
parentd554f7894acd70ee293d7c11294244bca870a6de
Implemented a way to perform scan in a result set using Z39.50. This
is achieved by attaching the result set name in the characterInfo
(type InternationalString) of OtherInformation in the Scan Request PDU.
The result set is identified in the otherinformation by the new OID:
 USERINFO, Z3950_PREFIX.10.1000.81.4, "Scan-Set
This allows for scan in result set and faceted search . Zebra did some
of this in the APT term using attribute type 8 and value being result
set. Using the OtherInformation approach for this is cleaner and easier
to work with in proxies and the like. This facility can be used in
yaz-client using new command setscan which takes a result set as first
NEWS
client/client.c
doc/yaz-client-commands.xml
include/yaz/backend.h
src/oid.csv
src/seshigh.c