[maven-release-plugin] prepare for next development iteration
[cql-java-moved-to-github.git] / etc / pqf.properties
index 808563d..6de0172 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: pqf.properties,v 1.6 2002-11-26 15:51:18 mike Exp $
+# $Id: pqf.properties,v 1.9 2003-12-18 13:17:16 mike Exp $
 #
 # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
 # back-end.  This specifies the interpretation of various CQL
@@ -13,9 +13,6 @@
 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
@@ -80,10 +77,14 @@ relationModifier.phonetic           = 2=100
 # beginning with "^").  This may change when we get a BIB-1 truncation
 # attribute that says "do what CQL does".
 #
-position.anchored                      = 3=1
+position.first                         = 3=1
        # "first in field"
-position.unanchored                    = 3=3
+position.any                           = 3=3
        # "any position in field"
+position.last                          = 3=4
+       # not a standard BIB-1 attribute
+position.firstAndLast                  = 6=3
+       # search term is anchored to be complete field
 
 # Structure attributes may be specified for individual relations; a
 # default structure attribute my be specified by the pseudo-relation
@@ -91,12 +92,35 @@ position.unanchored                 = 3=3
 #
 structure.exact                                = 4=108
        # string
+structure.all                          = 4=2
+structure.any                          = 4=2
 structure.*                            = 4=1
        # phrase
 
 # Finally, any additional attributes that should always be included
 # with each term can be specified in the "always" property.
 #
-always                                 = 5=104 6=1
-# 5=104: some kind of vaguely CQL-like masking, IIRC.
+always                                 = 5=105 6=1
+# 5=105: the not-yet-standarised CQL-like trunction attribute
 # 6=1: completeness = incomplete subfield
+
+
+# Bath Profile support, added Thu Dec 18 13:06:20 GMT 2003
+# See the Bath Profile for SRW at
+#      http://zing.z3950.org/cql/bath.html
+# Including the Bath Context Set defined within that document.
+
+qualifier.bath.keyTitle                        = 1=33
+qualifier.bath.possessingInstitution   = 1=1044
+qualifier.bath.name                    = 1=1002
+qualifier.bath.personalName            = 1=1
+qualifier.bath.corporateName           = 1=2
+qualifier.bath.conferenceName          = 1=3
+qualifier.bath.uniformTitle            = 1=6
+qualifier.bath.issn                    = 1=8
+qualifier.bath.remoteSystemRecordNumber        = 1=12 ### rec.id
+qualifier.bath.geographicName          = 1=58
+qualifier.bath.notes                   = 1=63
+qualifier.bath.topicalSubject          = 1=1079
+qualifier.bath.genreForm               = 1=1075
+