X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Fmulti.xml;h=15546cc3ea8c4efd902b0878742c52b07543eb28;hb=4e2380df63a35768405dc9e72e1cce202eef004d;hp=73d2072e3e2af00fed82dca485c8f959841b96ab;hpb=a195993d409a326e940814b4ac9ebd2f7eae0471;p=metaproxy-moved-to-github.git diff --git a/doc/multi.xml b/doc/multi.xml index 73d2072..15546cc 100644 --- a/doc/multi.xml +++ b/doc/multi.xml @@ -1,24 +1,50 @@ - + + %idcommon; ]> - - + + + Metaproxy + Index Data + + multi 3mp - Metaproxy Module - + Metaproxy Module + multi - package multiplexer + Metaproxy Package Multiplexer Module DESCRIPTION This filter multiplexes packages. + + The multi filter consists of zero or more + <target> elements. + If a target matches a given target specified as CDATA in the + target element, the multi filter will route traffic to the route + given by the route attribute. + + + A target element is not required for multi-plexing to work. + It merely serves as a way to route differently. + + + If an empty + <hideunavailable> + element is placed inside the + multi + filter, then unavailable databases are not reported to the client, + but simply ignored (unless every one of the databases is + unavailable). + EXAMPLES @@ -26,10 +52,14 @@ A typical configuration looks like this: + z3950.loc.gov:7090/voyager + bagel.indexdata.dk/gils + * ]]> + SEE ALSO