X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;fp=doc%2Finstallation.xml;h=5af253176b9e5d1dc7358cf8e832130d6e6e9b09;hb=2a793a2ad3c0864d9654be660da329dd34dd44f6;hp=a1d5c93574a7a52d85f54b21f85848e4e375f255;hpb=95283c5c6fcd51a57d71649d65b4f2196c655a4f;p=idzebra-moved-to-github.git 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 +