X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fgfs-virtual.xml;h=18d68ddc4dca163a3b6bc38c81d74a5e9dc4c2f5;hp=593e8bc90665bf75ad98958e8d79ad136b30942a;hb=48b7a077523d1a86c16c9f536c56d6439fe90f42;hpb=926357dcfb7a359cc7a23766460cef5fe21156ee diff --git a/doc/gfs-virtual.xml b/doc/gfs-virtual.xml index 593e8bc..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,7 +129,17 @@ 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. @@ -145,7 +154,7 @@ - + element docpath (optional) @@ -158,7 +167,7 @@ - + element explain (optional) @@ -180,10 +189,21 @@ - + + 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.