From: mike Date: Fri, 29 Nov 2002 16:42:08 +0000 (+0000) Subject: More or less identical to Adam's file X-Git-Tag: v1.5~182 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a1a50ef800ef5bea79913127b655cbdbb9969dfd;p=cql-java-moved-to-github.git More or less identical to Adam's file --- diff --git a/etc/pqf.properties b/etc/pqf.properties index 808563d..53877d5 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.6 2002-11-26 15:51:18 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 @@ -80,10 +80,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 +95,14 @@ 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