From 83b0d977c545f18ff8931b344a5bf3159e1d23ae Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 10 May 2010 16:56:00 +0100 Subject: [PATCH 1/1] Include extra index rec.id_raw --- zebra/pqf.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra/pqf.properties b/zebra/pqf.properties index 34c83d2..240d54d 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -22,6 +22,7 @@ index.cql.serverChoice = 1=cql:anywhere index.cql.anywhere = 1=cql:anywhere index.cql.allRecords = 1=_ALLRECORDS 2=103 index.rec.id = 1=rec:id 4=104 +index.rec.id_raw = 1=rec:id_raw 4=3 index.rec.lastModificationDate = 1=rec:lastModificationDate 4=5 index.net.protocol = 1=net:protocol index.net.version = 1=net:version 4=3 -- 1.7.10.4