X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fserver.xml;h=993fe63f60f73e6b51567e73cbcc785b0125d4ad;hb=078a786204b5edef350982c385342f889d37e5ad;hp=382a63463fe624d2eaee729529a2288b052e9e20;hpb=7d77cebae2b7af01eb7211f4ca9860217b3d32cb;p=idzebra-moved-to-github.git diff --git a/doc/server.xml b/doc/server.xml index 382a634..993fe63 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,15 +1,22 @@ - + The Z39.50 Server Running the Z39.50 Server (zebrasrv) + + Syntax - zebrasrv [options] [listener-address ...] + zebrasrv [options] [listener-address ...] @@ -51,11 +58,9 @@ -z - Use the Z39.50 protocol (default). These two options complement - each other. You can use both multiple times on the same command - line, between listener-specifications (see below). This way, you - can set up the server to listen for connections in both protocols - concurrently, on different local ports. + Use the Z39.50 protocol. Currently the only protocol supported. + The option is retained for historical reasons, and for future + extensions. @@ -73,7 +78,7 @@ The log level. Use a comma-separated list of members of the set - {fatal,debug,warn,log,all,none}. + {fatal,debug,warn,log,all,none}. @@ -129,10 +134,10 @@ - A listener-address consists of a transport - mode followed by a colon (:) followed by a listener address. + A listener-address consists of an optional + transport mode followed by a colon (:) followed by a listener address. The transport mode is either ssl or - tcp. + tcp (default). @@ -142,13 +147,14 @@ - hostname | IP-number [: portnumber] + hostname | IP-number [: portnumber] - The port number defaults to 210 (standard Z39.50 port). + The port number defaults to 210 (standard Z39.50 port) for + privileged users (root), and 9999 for normal users. @@ -158,9 +164,9 @@ - tcp:dranet.dra.com + tcp:@ - ssl:secure.lib.com:3000 + ssl:@:3000 @@ -176,7 +182,7 @@ - zebrasrv -u daemon tcp:@ + zebrasrv -u daemon @ @@ -212,6 +218,12 @@ Search + + The supported query type are 1 and 101. All operators are currently supported with the restriction that only proximity units of type "word" @@ -223,7 +235,7 @@ - The server has full support for piggy-backed present requests (see + The server has full support for piggy-backed retrieval (see also the following section). @@ -246,6 +258,7 @@ A phrase register is created for those fields in the .abs file that contains a p-specifier. + @@ -309,7 +322,7 @@ For the Truncation attribute, No Truncation is the default. Left Truncation is not supported. - Process # is supported, as is + Process # in search term is supported, as is Regxp-1. Regxp-2 enables the fault-tolerant (fuzzy) search. As a default, a single error (deletion, insertion, @@ -376,7 +389,7 @@ x? - Matches x once or twice. Priority: high. + Matches x zero or once. Priority: high. @@ -390,7 +403,7 @@ - x|y + x|y Matches either x or y.