X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzoom.xml;h=54f08d1033f820cba05604448636ae2883ef91a2;hb=4e3f7be8266559e07dc01ae5d6aba31d30b8bd44;hp=f2eaeffa8138d73c8ebd2e3afa89492c4cf97458;hpb=b3e402aaa7c30a8890706500862ce440aebea234;p=yaz-moved-to-github.git diff --git a/doc/zoom.xml b/doc/zoom.xml index f2eaeff..54f08d1 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -267,6 +267,11 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) operations. none + sru + SRU transport type. Must be either soap, + get or post. + soap + sru_version SRU/SRW version. Should be 1.1, or 1.2. This is , prior to connect, the version @@ -411,7 +416,7 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) Function ZOOM_connection_search creates - a result set given a connection and query. + a result set given a connection and query. Destroy a result set by calling ZOOM_resultset_destroy. Simple clients may using PQF only may use function @@ -456,13 +461,21 @@ ZOOM_query_cql2rpn(ZOOM_query s, const char *str, ZOOM_connection conn) startOffset of first record to be retrieved from target. First record has offset 0 unlike the protocol specifications where first record has position 1. + This option affects ZOOM_resultset_search and + ZOOM_resultset_search_pqf and must be set before any of + these functions are invoked. If a range of + records must be fetched manually after search, + function ZOOM_resultset_records should be used. 0 - countNumber of records to be retrieved. + countNumber of records to be retrieved. + This option affects ZOOM_resultset_search and + ZOOM_resultset_search_pqf and must be set before any of + these functions are invoked. 0 presentChunkThe number of records to be - requested from the server in each chunk (present requst). The + requested from the server in each chunk (present request). The value 0 means to request all the records in a single chunk. (The old step option is also supported for the benefit of old applications.)