From 089cf6349e1bf28671e20fbde9792d453b443216 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 28 Dec 2008 11:36:59 +0100 Subject: [PATCH] Updated ICU config and adjusted description a little. --- doc/pazpar2_conf.xml | 16 ++++++++-------- etc/pazpar2.cfg.dist | 11 ++++------- test/test_icu.cfg | 11 ++++------- 3 files changed, 16 insertions(+), 22 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index cc45924..931bc3f 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -105,14 +105,14 @@ relevance - Specifies ICU tokenization and normalization rules + Specifies ICU tokenization and transformation rules for tokens that are used in Pazpar2's relevance ranking. The 'id' attribute is currently not used, and the 'locale' attribute must be set to one of the locale strings defined in ICU. The child elements listed below can be in any order, except the 'index' element which logically belongs to the end of the list. The stated tokenization, - normalization and charmapping instructions are performed + transformation and charmapping instructions are performed in order from top to bottom. @@ -160,7 +160,7 @@ sort - Specifies ICU tokenization and normalization rules + Specifies ICU tokenization and transformation rules for tokens that are used in Pazpar2's sorting. The contents is similar to that of relevance. @@ -171,7 +171,7 @@ mergekey - Specifies ICU tokenization and normalization rules + Specifies ICU tokenization and transformation rules for tokens that are used in Pazpar2's mergekey. The contents is similar to that of relevance. @@ -832,14 +832,14 @@ SEE ALSO - Pazpar2: pazpar2 8 - - - Pazpar2 protocol: + + yaz-icu + 1 + pazpar2_protocol 7 diff --git a/etc/pazpar2.cfg.dist b/etc/pazpar2.cfg.dist index 993df7f..f8e36be 100644 --- a/etc/pazpar2.cfg.dist +++ b/etc/pazpar2.cfg.dist @@ -8,28 +8,25 @@ - + - + - - + - - + - diff --git a/test/test_icu.cfg b/test/test_icu.cfg index 9235092..b569ddf 100644 --- a/test/test_icu.cfg +++ b/test/test_icu.cfg @@ -7,28 +7,25 @@ - + - + - - + - - + - -- 1.7.10.4