X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2Fpqf.properties;fp=zebra%2Fpqf.properties;h=66ba5265fdb72f72046e630e5d648c0a1909931e;hp=71c9bb7b394804a13ca5399f0fc62da5404b6abc;hb=a5b6cfc3b955800be4b8edc6d4157e88f7afdb8c;hpb=517a2be4854f3597a26291c574d2a1b126323e7f diff --git a/zebra/pqf.properties b/zebra/pqf.properties index 71c9bb7..66ba526 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.16 2007-03-02 14:28:06 mike Exp $ +# $Id: pqf.properties,v 1.17 2007-03-29 11:15:35 mike Exp $ # # Properties file to drive the YAZ CQL-to-PQF converter for Zebra. # This specifies the interpretation of various CQL indexes, relations, @@ -71,6 +71,11 @@ relationModifier.sort = 7=1 relationModifier.sort-desc = 7=2 relationModifier.numeric = 4=109 +# Usually this is taken care of by CQL term-anchoring with "^", but +# since that is not done for regular expressions, we need a way to +# state it explicitly in these cases. +relationModifier.firstInField = 3=1 + # 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