From dd8e61419f08a386271a8e308141aab8131b27f6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 23 May 2003 00:24:04 +0000 Subject: [PATCH] Document yaz-client's CQL2RPN query-type, the set_cqlfile command and the -q command-line options --- doc/client.xml | 12 +++++++++++- doc/yaz-client-commands.xml | 28 ++++++++++++++++++++++------ doc/yaz-client.sgml | 13 ++++++++++++- 3 files changed, 45 insertions(+), 8 deletions(-) diff --git a/doc/client.xml b/doc/client.xml index 266bf16..a00c041 100644 --- a/doc/client.xml +++ b/doc/client.xml @@ -1,4 +1,4 @@ - + The YAZ client Introduction @@ -21,6 +21,7 @@ -m fname -a fname -c fname + -q fname -v level -p target -u auth @@ -68,6 +69,15 @@ + -q fname + + Sets the filename for CQL fields to + fname. If this option is not given the + YAZ client reads CQL fields from file + /usr/local/share/yaz/etc/pqf.properties. + + + -v level Sets the LOG level to level. diff --git a/doc/yaz-client-commands.xml b/doc/yaz-client-commands.xml index 1494d01..446ce34 100644 --- a/doc/yaz-client-commands.xml +++ b/doc/yaz-client-commands.xml @@ -1,5 +1,5 @@ @@ -246,11 +246,15 @@ Sets the query type as used by command find. - The following is supported: prefix for - Prefix Query Notation (Type-1 Query); - ccl for CCL search (Type-2 - Query), cql for CQL or ccl2rpn for - CCL to RPN conversion (Type-1 Query). + The following is supported: + prefix for + Prefix Query Notation (Type-1 Query); + ccl for CCL search (Type-2 Query), + cql for CQL (Type-104 search with CQL OID), + ccl2rpn for + CCL to RPN conversion (Type-1 Query). + cql2rpn for + CQL to RPN conversion (Type-1 Query). @@ -438,6 +442,18 @@ + set_cqlfields + filename + + + Specifies that CQL fields should be read from file + file filename. This command does the + thing as option -q. + + + + + register_oid name class diff --git a/doc/yaz-client.sgml b/doc/yaz-client.sgml index d52cb30..93a3200 100644 --- a/doc/yaz-client.sgml +++ b/doc/yaz-client.sgml @@ -1,7 +1,7 @@ ]> - + @@ -20,6 +20,7 @@ + @@ -82,6 +83,13 @@ + -q filename + + If specified, CQL configuration will be read from + the file given. + + + -p addr If specified, the client will use the proxy at the address @@ -118,6 +126,9 @@ Section "Common Command Language" in the YAZ manual. + + Section "Common QUery Language" in the YAZ manual. + -- 1.7.10.4