Describe ZOOM CCL support.
authorMike Taylor <mike@indexdata.com>
Tue, 13 Jun 2006 17:02:12 +0000 (17:02 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 13 Jun 2006 17:02:12 +0000 (17:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f33b8c9..4ec9074 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Added support for CCL, compiled on the client side, in ZOOM-C.  This
+is invoked using ZOOM_query_ccl2rpn(); the resulting query objects can
+be used for for searching with ZOOM_connection_search() and scanning
+with ZOOM_connection_scan1().  Before it can be used for CCL
+searching and scanning, the connection object must be configured by
+setting the "cclfile" option to the name of a CCL qualifier file such
+as the one in "client/default.bib".
+
 YAZ' configure searches for OpenSSL by default.
 
 SSL comstack uses SL_CTX_use_certificate_chain_file rather than