From a43c354f46cc04bbf2168eb74b38e13c81c0b036 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 29 Mar 2006 14:47:07 +0000 Subject: [PATCH] Better rule for "fuzzy" --- etc/pqf.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index 83defcb..0349eaf 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.8 2004-03-15 21:39:06 adam Exp $ +# $Id: pqf.properties,v 1.9 2006-03-29 14:47:07 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 @@ -76,8 +76,8 @@ 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.fuzzy = 5=102 + ### truncation=regExpr-2 (5=102) in Zebra is "fuzzy matching" relationModifier.stem = 2=101 relationModifier.phonetic = 2=100 -- 1.7.10.4