X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=etc%2Fpqf.properties;h=53877d59d0d26c6291fe024c6133b599fa489393;hb=5d114bb3f03898f2aae571affe49c572f5b3f5ac;hp=fd857aa465a63f30972cbc5bb0d66a94bd1e6c8f;hpb=394625a21876d096000c4940049305c27de90321;p=cql-java-moved-to-github.git diff --git a/etc/pqf.properties b/etc/pqf.properties index fd857aa..53877d5 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,10 +1,10 @@ -# $Id: pqf.properties,v 1.4 2002-11-17 23:29:02 mike Exp $ +# $Id: pqf.properties,v 1.7 2002-11-29 16:42:08 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. @@ -80,23 +80,29 @@ 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 # "*", 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