- Add support for the new "phonetic" relation modifier,
[cql-java-moved-to-github.git] / etc / pqf.properties
index 875d871..fd857aa 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: pqf.properties,v 1.3 2002-11-06 20:13:45 mike Exp $
+# $Id: pqf.properties,v 1.4 2002-11-17 23:29:02 mike Exp $
 #
 # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
 # back-end.  This specifies the interpretation of various CQL
@@ -9,11 +9,13 @@
 # qualifiers to Attribute Architecture (util, XD and BIB-2)
 # attributes.
 
-# The default access point:
-#
+# The default access point and result-set references
 qualifier.srw.serverChoice             = 1=1016
        # "any"
 
+### This needs special support in the renderer
+qualifier.srw.resultSet                        = @set
+
 qualifier.dc.title                     = 1=4
 qualifier.dc.subject                   = 1=21
 qualifier.dc.creator                   = 1=1003
@@ -61,12 +63,17 @@ relation.<>                         = 2=6
 relation.all                           = 2=3
 relation.any                           = 2=3
 
+# BIB-1 doesn't have a server choice relation, so we just make the
+# choice here, and use equality (which is clearly correct).
+relation.scr                           = 2=3
+
 # Relation modifiers.
 #
 relationModifier.relevant              = 2=102
 relationModifier.fuzzy                 = 2=100
        ### 100 is "phonetic", which is not quite the same thing
 relationModifier.stem                  = 2=101
+relationModifier.phonetic              = 2=100
 
 # Position attributes may be specified for anchored terms (those
 # beginning with "^", which is stripped) and unanchored (those not