|
|
Index Data > Zebra > Zebra - User's Guide and Reference > Upgrading from Zebra version 1.3.x
Zebra's installation directories have changed a bit. In addition,
the new loadable modules must be defined in the
master
# profilePath - where to look for config files
profilePath: some/local/path:/usr/share/idzebra/tab
must be changed to
# profilePath - where to look for config files
profilePath: some/local/path:/usr/share/idzebra-2.0/tab
# modulePath - where to look for loadable zebra modules
modulePath: /usr/lib/idzebra-2.0/modules
NoteThe internal binary register structures have changed; all Zebra databases must be re-indexed after upgrade.
The attribute set defintion files may no longer contain
redirection to other fields.
For example the following snippet of
a custom
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
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
It is also possible to map the numerical attribute value
att 1016 Body-of-text
with equivalent outcome without editing all GRS-1
Server installations which use the special
attset: idxpath.att
|
|||
|
|
||||
| Copyright Index Data ApS 2008 | ||||