s/qualifier/index in comments.
authorMike Taylor <mike@indexdata.com>
Thu, 18 Dec 2003 16:49:07 +0000 (16:49 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 18 Dec 2003 16:49:07 +0000 (16:49 +0000)
etc/pqf.properties
src/cqltransform.c

index d91b0c3..5e15948 100644 (file)
@@ -1,17 +1,17 @@
-# $Id: pqf.properties,v 1.4 2003-12-18 16:44:20 mike Exp $
+# $Id: pqf.properties,v 1.5 2003-12-18 16:49:07 mike Exp $
 #
 # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
 # back-end and the YAZ CQL-to-PQF converter.  This specifies the
-# interpretation of various CQL qualifiers, relations, etc. in terms
+# interpretation of various CQL indexes, relations, etc. in terms
 # of Type-1 query attributes.
 #
 # This configuration file generates queries using BIB-1 attributes.
 # See http://www.loc.gov/z3950/agency/zing/cql/dc-indexes.html
 # for the Maintenance Agency's work-in-progress mapping of Dublin Core
-# qualifiers to Attribute Architecture (util, XD and BIB-2)
+# indexes to Attribute Architecture (util, XD and BIB-2)
 # attributes.
 
-# Identifiers for prefixes used in this file. (qualifier.*)
+# Identifiers for prefixes used in this file. (index.*)
 set.cql                = http://www.loc.gov/zing/cql/context-sets/cql/v1.1/
 set.srw                = http://www.loc.gov/zing/cql/srw-indexes/v1.0/
        # The "srw" set is deprecated in favour of the "cql" set.
index 7008af4..d161b81 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cqltransform.c,v 1.2 2003-12-18 16:42:52 mike Exp $
+/* $Id: cqltransform.c,v 1.3 2003-12-18 16:50:18 mike Exp $
    Copyright (C) 2002-2003
    Index Data Aps
 
@@ -315,7 +315,7 @@ static const char *cql_get_ns(cql_transform_t ct,
         }
         return 0;
     }
-    /* 4. lookup qualifier.prefix. */
+    /* 4. lookup index.prefix. */
     
     cp = cn->u.st.index;
     cp_dot = strchr(cp, '.');