From 660cbdd824cc429a6456308748b0883421f82399 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 18 Sep 2006 10:50:59 +0000 Subject: [PATCH] Add cql.allRecords --- etc/pqf.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/etc/pqf.properties b/etc/pqf.properties index 4f278ed..4b1ca5c 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -1,4 +1,4 @@ -# $Id: pqf.properties,v 1.11 2006-09-12 09:25:17 mike Exp $ +# $Id: pqf.properties,v 1.12 2006-09-18 10:50:59 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 @@ -13,17 +13,18 @@ # Identifiers for prefixes used in this file. (index.*) set.cql = info:srw/cql-context-set/1/cql-v1.1 -set.rec = info:srw/cql-context-set/2/rec-1.0 +set.rec = info:srw/cql-context-set/2/rec-1.1 set.dc = info:srw/cql-context-set/1/dc-v1.1 set.bath = http://zing.z3950.org/cql/bath/2.0/ -# default set (in query) +# The default set when an index doesn't specify one: Dublin Core set = info:srw/cql-context-set/1/dc-v1.1 -# The default access point and result-set references +# The default index when none is specified by the query index.cql.serverChoice = 1=1016 # srw.serverChoice is deprecated in favour of cql.serverChoice # BIB-1 "any" +index.cql.allRecords = 1=_ALLRECORDS 2=103 index.rec.id = 1=12 -- 1.7.10.4