From: Marc Cromme Date: Tue, 27 Jun 2006 13:42:20 +0000 (+0000) Subject: more upgrade changes documented X-Git-Tag: ZEBRA.2.0.0~88 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=db3c7cdcbbb9b943aa180159d016e997f5d2f175;hp=2a793a2ad3c0864d9654be660da329dd34dd44f6 more upgrade changes documented --- 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 + +