From 14830963a2f89b0ce47d4b9d9549ce6a1aae3e5e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 Oct 2011 13:11:33 +0200 Subject: [PATCH] Document pz:sortmap --- doc/pazpar2_conf.xml | 23 ++++++++++++++++++++++- doc/pazpar2_protocol.xml | 5 +++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 1120185..e558c65 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -1253,9 +1253,30 @@ + + + pz:sortmap:field + + + Specifies native sorting for a target where + field is a sort criteria (see command + show). The value has to components separated by colon: strategy and + native-field. Strategy is one of z3950, + type7, cql, + sru11, or embed. + The second component, native-field, is the field that is recognized + by the target. + + + + Only supported for Pazpar2 1.6.4 and later. + + + + - + diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index a9e28b8..47314ac 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -355,6 +355,11 @@ search.pz2?session=2044502273&command=stat in the pazpar2.cfg file, or the special names 'relevance' and 'position'. + + For targets where If pz:sortmap + is defined, a sort operation will be executed (possibly including + extending the search). + -- 1.7.10.4