From 3668802524b6c694ab9f6f76ad89c26be33b52d5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 20 Sep 2006 10:12:00 +0000 Subject: [PATCH] Add relationModifier.numeric --- zebra/pqf.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zebra/pqf.properties b/zebra/pqf.properties index b8f36c3..4251fbc 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.8 2006-09-19 16:29:05 mike Exp $ +# $Id: pqf.properties,v 1.9 2006-09-20 10:12:00 mike Exp $ # # Properties file to drive the YAZ CQL-to-PQF converter for Zebra. # This specifies the interpretation of various CQL indexes, relations, @@ -66,6 +66,7 @@ relationModifier.regexp = 5=102 # 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 -- 1.7.10.4