From db3c7cdcbbb9b943aa180159d016e997f5d2f175 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Tue, 27 Jun 2006 13:42:20 +0000 Subject: [PATCH] more upgrade changes documented --- doc/installation.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/installation.xml b/doc/installation.xml index 5af2531..3b82ba8 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Installation @@ -455,6 +455,8 @@ 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. @@ -470,6 +472,25 @@ xelm /*/title Any:w,Body-of-text:w,Title:s,Title:w + + It is also possible to map the numerical attribute value + @attr 1=1016 onto another already existing huge + index, in this example, one could for example use the mapping + + att 1016 Body-of-text + + with equivalent outcome without editing all GRS + *.abs record indexing configuration files. + + + + Server installations which use the special + IDXPATH attribute set must add the following + line to the zebra.cfg configuration file: + + attset: idxpath.att + + -- 1.7.10.4