From 202b88665c65681023e8bb9cc6274cf8160ab662 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 20 Apr 2010 15:58:00 +0100 Subject: [PATCH] Add CQL->PQF mapping for index rec.lastModificationDate --- zebra/pqf.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra/pqf.properties b/zebra/pqf.properties index 045239e..218041d 100644 --- a/zebra/pqf.properties +++ b/zebra/pqf.properties @@ -20,6 +20,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.lastModificationDate = 1=rec:lastModificationDate 4=5 index.net.protocol = 1=net:protocol index.net.version = 1=net:version 4=3 index.net.method = 1=net:method -- 1.7.10.4