From e01f8268da29b2240666d4666fb114276322f4f2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 20 Sep 2006 10:12:29 +0000 Subject: [PATCH] Zebra sorting relation-modifiers. --- etc/pqf.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index 4b1ca5c..8a700f5 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.12 2006-09-18 10:50:59 mike Exp $ +# $Id: pqf.properties,v 1.13 2006-09-20 10:12:29 mike Exp $ # # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF() # back-end and the YAZ CQL-to-PQF converter. This specifies the @@ -82,6 +82,11 @@ relationModifier.fuzzy = 5=103 relationModifier.stem = 2=101 relationModifier.phonetic = 2=100 +# Non-standard extensions to provoke Zebra's inline sorting +relationModifier.sort = 7=1 +relationModifier.sort-desc = 7=2 +relationModifier.numeric = 4=109 + # 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 -- 1.7.10.4