From 2a793a2ad3c0864d9654be660da329dd34dd44f6 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Tue, 27 Jun 2006 12:37:43 +0000 Subject: [PATCH] document another upgrade snatch --- doc/installation.xml | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index a1d5c93..5af2531 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Installation @@ -442,7 +442,33 @@ databases must be re-indexed after upgrade. - Apart from these two changes, no other incompabilities are known. + The attribute set defintion files may no longer contain + redirection to other fields. + For example the following snippet of + a custom custom/bib1.att + Bib-1 attribute set definition file is no + longer supported: + + att 1016 Any 1016,4,1005,62 + + and should be changed to + + att 1016 Any + + Similar behaviour can be expressed in the new release by defining + a new index Any:w in all GRS + *.abs record indexing configuration files. + The above example configuration needs to make the changes + from version 1.3.x indexing instructions + + xelm /*/alternative Body-of-text:w,Title:s,Title:w + xelm /*/title Body-of-text:w,Title:s,Title:w + + to version 2.0.0 indexing instructions + + xelm /*/alternative Any:w,Body-of-text:w,Title:s,Title:w + xelm /*/title Any:w,Body-of-text:w,Title:s,Title:w + -- 1.7.10.4