From d210f4b186042051960089ed13533672e03d9e72 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 21 May 2012 13:24:24 +0200 Subject: [PATCH] New attributes to metadata field: facetmap and limitmap --- doc/pazpar2_conf.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index bea66c2..6eb2032 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -343,6 +343,28 @@ + limitmap + + + Specifies a default limitmap for this field. This is to avoid mass + configuring of targets. However it is important to review/do this on a per + target since it is usually target-specific. See limitmap for format. + + + + + + facetmap + + + Specifies a default facetmap for this field. This is to avoid mass + configuring of targets. However it is important to review/do this on a per + target since it is usually target-specific. See facetmap for format. + + + + + setting @@ -527,6 +549,18 @@ + set + + + Specifies a variable that will be inherited by all targets defined in settings + + <set name="test" value="en"..<set> + + + + + + settings @@ -587,7 +621,7 @@ type="year" merge="range" termlist="yes"/> - + -- 1.7.10.4