cclqual.
authormike <mike>
Thu, 15 Jun 2006 15:42:30 +0000 (15:42 +0000)
committermike <mike>
Thu, 15 Jun 2006 15:42:30 +0000 (15:42 +0000)
lib/ZOOM.pod

index fc72bdd..73e122a 100644 (file)
@@ -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-E<gt>errcode()> 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<ZOOM::Query::CQL2RPN> 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<cclqual> option, if defined, gives a
+CCL qualification specification inline; otherwise, the contents of the
+file named by the C<cclfile> option are used.
 
 =head4 sortby()