Zebra sorting relation-modifiers.
authorMike Taylor <mike@indexdata.com>
Wed, 20 Sep 2006 10:12:29 +0000 (10:12 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 20 Sep 2006 10:12:29 +0000 (10:12 +0000)
etc/pqf.properties

index 4b1ca5c..8a700f5 100644 (file)
@@ -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
 #
 # 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
 
 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
 # 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