[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/zebra/usmarc pqf.properties
From: |
Chris Cormack |
Subject: |
[Koha-cvs] koha/misc/zebra/usmarc pqf.properties |
Date: |
Tue, 28 Mar 2006 21:02:48 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch:
Changes by: Chris Cormack <address@hidden> 06/03/28 21:02:48
Modified files:
misc/zebra/usmarc: pqf.properties
Log message:
Adding ability to do fuzzy searches
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/misc/zebra/usmarc/pqf.properties.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
Patches:
Index: koha/misc/zebra/usmarc/pqf.properties
diff -u koha/misc/zebra/usmarc/pqf.properties:1.4
koha/misc/zebra/usmarc/pqf.properties:1.5
--- koha/misc/zebra/usmarc/pqf.properties:1.4 Tue Mar 7 21:04:27 2006
+++ koha/misc/zebra/usmarc/pqf.properties Tue Mar 28 21:02:48 2006
@@ -1,4 +1,4 @@
-# $Id: pqf.properties,v 1.4 2006/03/07 21:04:27 rangi Exp $
+# $Id: pqf.properties,v 1.5 2006/03/28 21:02:48 rangi Exp $
#
# Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
# back-end and the YAZ CQL-to-PQF converter. This specifies the
@@ -34,7 +34,9 @@
index.dc.author = 1=1003
index.dc.itemtype = 1=1031
index.dc.barcode = 1=1032
+index.dc.branch = 1=1033
index.dc.isbn = 1=7
+
### Unofficial synonym for "creator"
index.dc.editor = 1=1020
index.dc.publisher = 1=1018
@@ -80,7 +82,7 @@
# Relation modifiers.
#
relationModifier.relevant = 2=102
-relationModifier.fuzzy = 2=100
+relationModifier.fuzzy = 5=103
### 100 is "phonetic", which is not quite the same thing
relationModifier.stem = 2=101
relationModifier.phonetic = 2=100