X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-client-commands.xml;h=dbd3c2dd44f8366342d22e199ff6ac7c23984f3a;hp=3ef958abe68870726cb3e633235bcb4b023c251e;hb=64dbcabe91775e26370b75ee899c435f36389989;hpb=bd1e6f0c2add0e1dced1719c7a89fdce0342ca92 diff --git a/doc/yaz-client-commands.xml b/doc/yaz-client-commands.xml index 3ef958a..dbd3c2d 100644 --- a/doc/yaz-client-commands.xml +++ b/doc/yaz-client-commands.xml @@ -1,5 +1,4 @@ @@ -33,7 +32,7 @@ Sends a Search Request using the query given. By default the query is assumed to be PQF. See command - querytype. + querytype for more information. @@ -93,6 +92,15 @@ + setscan set term + + + Scans database index for a term within a result set. This + is similar to the scan command but has a result set as its first argument. + + + + scanpos pos @@ -175,6 +183,21 @@ + sru method version + + + Selects Web Service method and version. + Must be one of POST, + GET, SOAP (default) + or SOLR. Version + should be either 1.1 or 1.2 for SRU. Other versions are allowed - for testing + purposes (version negotiation with SRU server). + The version is currently not used for SOLR Web Services + + + + + list_all @@ -191,8 +214,8 @@ together with the search result. See the - Z39.50 standard + url="http://www.loc.gov/z3950/agency/markup/04.html#3.2.2.1.6"> + Z39.50 standard on set bounds for more details. @@ -207,8 +230,8 @@ the search result. See the - Z39.50 standard + url="http://www.loc.gov/z3950/agency/markup/04.html#3.2.2.1.6"> + Z39.50 standard on set bounds for more details. @@ -223,8 +246,8 @@ lslb and ssub. See the - Z39.50 standard + url="http://www.loc.gov/z3950/agency/markup/04.html#3.2.2.1.6"> + Z39.50 standard on set bounds for more details. @@ -263,11 +286,11 @@ yaz-client supports all the record syntaxes that currently are registered. See - Z39.50 Standard + url="http://www.loc.gov/z3950/agency/defns/oids.html#5"> + Z39.50 Record Syntax Identifiers for more details. Commonly used records syntaxes include usmarc, - sutrs, grs1 and xml. + sutrs and xml. @@ -348,24 +371,25 @@ update. The second argument, recid, is the record identifier (any string). Third argument which is optional is - the record document for the request. If doc is a quoted string - (double quotes) the string content is used verbatim. If doc is not - a quoted string, it is assumed to be a filename which is read, then - sent as the docuemnt content. If doc is omitted, the last received - record (as parf of present response or piggybacked search response) - is used for the update. + the record document for the request. If doc is preceded with + "<", then the following characters are treated as a filename + with the records to be updated. Otherwise doc is treated as + a document itself. The doc may also be quited in double quotes. + If doc is omitted, the last received record (as part of present + response or piggybacked search response) is used for the update. - . + source filename Executes list of commands from file filename, just like source on - most UNIX shells. + most UNIX shells. A single dot (.) can be used + as an alternative. @@ -463,7 +487,7 @@ Specifies schema for retrieval. Schema may be specified as an OID for Z39.50. - For SRW, schema is a simple string URI. + For SRU, schema is a simple string URI. @@ -476,7 +500,7 @@ Specifies character set (encoding) for Z39.50 - negotiation / SRW encoding and/or character set for output (terminal). + negotiation / SRU encoding and/or character set for output (terminal). negotiationcharset is the name @@ -501,7 +525,7 @@ - Since character set negotation takes effect in the Z39.50 + Since character set negotiation takes effect in the Z39.50 Initialize Request you should issue this command before command open is used. @@ -511,7 +535,7 @@ MARC records are not covered by Z39.50 character set negotiation, so that's why there is a separate character that must be known - in order to do meaningful converson(s). + in order to do meaningful conversion(s). @@ -559,6 +583,19 @@ + querycharset + charset + + + Specifies character set for query terms for Z39.50 RPN + queries and Z39.50 Scan Requests (termListAndStartPoint). + This is a pure client-side conversion which converts from + displayCharset to queryCharset. + + + + + set_cclfile filename