X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2FZOOM.pod;h=73e122a870b5b9ee45675b758fc473e2f8b81a1e;hb=ae5c2b81234af64a77295188f6fc90ede3589723;hp=fc72bdd2688c62d640cbd662e904e1d09609f6b0;hpb=3ba44bb7023ad2e1d312b7858066525a536522c3;p=ZOOM-Perl-moved-to-github.git diff --git a/lib/ZOOM.pod b/lib/ZOOM.pod index fc72bdd..73e122a 100644 --- a/lib/ZOOM.pod +++ b/lib/ZOOM.pod @@ -1,4 +1,4 @@ -# $Id: ZOOM.pod,v 1.36 2006-06-13 16:44:21 mike Exp $ +# $Id: ZOOM.pod,v 1.37 2006-06-15 15:42:30 mike Exp $ use strict; use warnings; @@ -1067,11 +1067,15 @@ Connection and be retrieved using C<$conn-Eerrcode()> and related methods. $conn->option(cclfile => "samples/ccl/default.bib"); + # or + $conn->option(cclqual => "ti u=4 s=pw\nab u=62 s=pw"); $q = new ZOOM::Query::CCL2RPN('ti=dinosaur', $conn); For the C subclass, too, the Connection must be passed into the constructor, for the same reasons as when client-side -CQL compilation is used. +CQL compilation is used. The C option, if defined, gives a +CCL qualification specification inline; otherwise, the contents of the +file named by the C option are used. =head4 sortby()