X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fgfs-virtual.xml;h=18d68ddc4dca163a3b6bc38c81d74a5e9dc4c2f5;hp=340b641d6f966c0d3b95bb9546a345814d7f1369;hb=48b7a077523d1a86c16c9f536c56d6439fe90f42;hpb=162d5174d5fa510c0ee6810ae6bc0ee5f7c6fd61 diff --git a/doc/gfs-virtual.xml b/doc/gfs-virtual.xml index 340b641..18d68dd 100644 --- a/doc/gfs-virtual.xml +++ b/doc/gfs-virtual.xml @@ -1,5 +1,4 @@ - @@ -30,7 +29,7 @@ The YAZ frontend server uses XML to describe the backend - configurations. Command-line option -f + configurations. Command-line option -f specifies filename of the XML configuration. @@ -40,14 +39,14 @@ The listen describes listener (transport end point), - such as TCP/IP, Unix file socket or SSL server. Content for + such as TCP/IP, Unix file socket or SSL server. Content for a listener: CDATA (required) The CDATA for the listen element holds the - listener string, such as tcp:@:210, + listener string, such as tcp:@:210, tcp:server1:2100, etc. @@ -130,11 +129,45 @@ Specifies a filename that includes CQL to RPN conversion for this backend server. See &reference-tools-cql-map; - If given, the backend server will only "see" a Type-1/RPN query. + If given, the backend server will only "see" a Type-1/RPN query. - + + element ccl2rpn (optional) + + + Specifies a filename that includes CCL to RPN conversion for this + backend server. See &reference-tools-ccl-qualifiers; + If given, the backend server will only "see" a Type-1/RPN query. + + + + + element stylesheet (optional) + + + Specifies the stylesheet reference to be part of SRU HTTP responses + when the client does not specify one. If neither this is given, nor + the client specifies one, no stylesheet reference is part of the + SRU HTTP response. + + + + + element docpath (optional) + + + Specifies a path for local file access using HTTP. All URLs with + a leading prefix (/ exluded) that matches the value of docpath + are used for file access. For example, if the server is to offer + access in directory xsl, the docpath would be + xsl and all URLs of the form + http://host/exl will result in a local file access. + + + + element explain (optional) @@ -145,9 +178,32 @@ + + element maximumrecordsize (optional) + + + Specifies maximum record size/message size, in bytes. This + value also servers as maximum size of incoming + packages (for Record Updates etc). It's the same value as that + given by the -k option. + + + + + element retrievalinfo (optional) + + + Enables the retrieval facility supporting conversions and + specifications of record formats/types. + See for + more information. + + + + - + The XML below configures a server that accepts connections from two ports, TCP/IP port 9900 and a local UNIX file socket.