From 2a6243bc81d45f0de4abef12435917923425f961 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 6 Oct 2006 11:14:12 +0000 Subject: [PATCH] Add attribute 4=3 to net:path searches, as this index is now type-0. --- zebra/pqf.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra/pqf.properties b/zebra/pqf.properties index 4251fbc..7895213 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.9 2006-09-20 10:12:00 mike Exp $ +# $Id: pqf.properties,v 1.10 2006-10-06 11:14:12 mike Exp $ # # Properties file to drive the YAZ CQL-to-PQF converter for Zebra. # This specifies the interpretation of various CQL indexes, relations, @@ -26,7 +26,7 @@ index.net.version = 1=net:version 4=3 index.net.method = 1=net:method index.net.host = 1=net:host 4=3 index.net.port = 1=net:port 4=3 -index.net.path = 1=net:path +index.net.path = 1=net:path 4=3 index.dc.title = 1=dc:title index.dc.creator = 1=dc:creator -- 1.7.10.4