X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=etc%2Fpqf.properties;h=6de0172a80a4ce8c4d04b2c4792564448034e45e;hb=4e874df732f94bfee7f0e737b74143b191cde33f;hp=875d8717fc01999bf52c30310bfd3b7946739843;hpb=fc82b225d39cc66cb85c2557db0c0d4a4c5a6e27;p=cql-java-moved-to-github.git diff --git a/etc/pqf.properties b/etc/pqf.properties index 875d871..6de0172 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,16 +1,15 @@ -# $Id: pqf.properties,v 1.3 2002-11-06 20:13:45 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 # qualifiers, relations, etc. in terms of Type-1 query attributes. # -# See http://www.loc.gov/z3950/agency/zing/srwu/dc-indexes.html +# See http://www.loc.gov/z3950/agency/zing/cql/dc-indexes.html # for the Maintenance Agency's work-in-progress mapping of Dublic Core # 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" @@ -61,35 +60,67 @@ 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 # 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 # "*", to be used whenever a relation not listed here occurs. # structure.exact = 4=108 - # phrase + # 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 +