From: Adam Dickmeiss Date: Tue, 2 Oct 2012 09:27:10 +0000 (+0200) Subject: Solr example in zoom man page X-Git-Tag: v1.3.47~7 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0e3e8a44c4be9640180a4dc0670a82284c848b5e;p=metaproxy-moved-to-github.git Solr example in zoom man page --- diff --git a/doc/zoom.xml b/doc/zoom.xml index 1355d76..6b2e480 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -732,8 +732,12 @@ EXAMPLES - The following configuration illustrates most of the - facilities: + In example below Target definitions (Torus records) are fetched + from a web service via a proxy. A CQL profile is configured which + maps to a set of CCL fields ("no field", au, tu and su). Presumably + the target definitions fetched maps the CCL to their native RPN. + A CCL "ocn" is mapped for all targets. Logging of APDUs are enabled, + and a timeout is given. + + Here is another example with two locally defined targets: A + Solr target and a Z39.50 target. + + + + + + ocs-test + t=z + u=title t=z + solr + ocs-test.indexdata.com/solr/select + + + loc + t=l,r + u=4 t=l,r + z3950.loc.gov:7090/voyager + + + + + + +]]> + +