From 65a7ae884cd26ed1bd55d72c2a6dfdee50e3723d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 14 Sep 2011 13:08:48 +0200 Subject: [PATCH] Document metadata attribute 'facetrule' --- doc/pazpar2_conf.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 6b36345..7acdfb5 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -326,6 +326,17 @@ + + + facetrule + + + Specifies the ICU rule set to be used for normalizing + facets. If facetrule is omitted from metadata, the + rule set 'facet' is used. + + + setting @@ -368,8 +379,10 @@ Rule set 'relevance' is used to normalize terms for relevance ranking. Rule set 'sort' is used to normalize terms for sorting. Rule set 'mergekey' is used to - normalize terms for making a mergekey and, finally, 'facet' - is used to normalize facet terms (AKA termlists). + normalize terms for making a mergekey and, finally. Rule set 'facet' + is normally used to normalize facet terms, unless + facetrule is given for a + metadata field. The icu_chain element must also include a 'locale' -- 1.7.10.4