X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Ffrontend.xml;h=c22e915951125c7a1d117ca9570cdc2020b17540;hp=504dcce8e3faaf5a6c9c0bccaba2d702fdd455db;hb=7a85a44b7f83777704755a13923df36b62ff0257;hpb=45ed8af75a87b399a73a183d77738f3fec21f725 diff --git a/doc/frontend.xml b/doc/frontend.xml index 504dcce..c22e915 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,3 @@ - Generic server Introduction @@ -410,6 +409,8 @@ typedef struct bend_initrequest /** \brief SRU record update handler */ int (*bend_srw_update)(void *handle, bend_update_rr *rr); + /** \brief whether named result sets are supported (0=disable, 1=enable) */ + int named_result_sets; } bend_initrequest; typedef struct bend_initresult @@ -523,8 +524,8 @@ typedef struct { structure definitions in the file include/yaz/z-core.h. If you want to look at the attributeSetId OID of the RPN query, you can either match it against - your own internal tables, or you can use the - oid_getentbyoid function provided by &yaz;. + your own internal tables, or you can use the + OID tools. @@ -589,7 +590,7 @@ typedef struct bend_fetch_rr { The number is the offset into the set (with 1 being the first record in the set). The format field is the record format requested by the client (See - ). + ). A value of NULL for format indicates that the client did not request a specific format. The stream argument is an &odr; stream which