X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=etc%2Fpqf.properties;h=fd857aa465a63f30972cbc5bb0d66a94bd1e6c8f;hb=394625a21876d096000c4940049305c27de90321;hp=875d8717fc01999bf52c30310bfd3b7946739843;hpb=1b33e1aa62c7f3214383648abc99fedcf950977a;p=cql-java-moved-to-github.git diff --git a/etc/pqf.properties b/etc/pqf.properties index 875d871..fd857aa 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -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