X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ffrontend.xml;h=fe1bd2748ded0a5e526a45eb71f1fde4f2499f36;hb=19cf1d0612ee516241c2e4846756e47a16852b8e;hp=3ba20b22bb2f30939effb3541aa9b499d9fe3008;hpb=eede2a3b7257fc9a510471c2e9c52176c1444362;p=yaz-moved-to-github.git diff --git a/doc/frontend.xml b/doc/frontend.xml index 3ba20b2..fe1bd27 100644 --- a/doc/frontend.xml +++ b/doc/frontend.xml @@ -1,4 +1,3 @@ - Generic server Introduction @@ -523,8 +522,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 +588,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 @@ -871,7 +870,7 @@ typedef struct bend_scan_rr { - Virtual Hosts + GFS Configuration and Virtual Hosts &gfs-virtual;