X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fadministration.xml;h=dca0506281701ef62e740cbf9d123f62badd5762;hb=7c3a0352f0492609a3b6b26b63a72b0b2d207aab;hp=51d3025d7c6334ba8f5f96fa63e185dcc4ad4750;hpb=518c06f68ffac6658aa792da45282a165b32ca95;p=idzebra-moved-to-github.git diff --git a/doc/administration.xml b/doc/administration.xml index 51d3025..dca0506 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,7 +1,13 @@ - + Administrating Zebra - + + Unlike many simpler retrieval systems, Zebra supports safe, incremental updates to an existing index. @@ -100,7 +106,7 @@ You can edit the configuration file with a normal text editor. parameter names and values are separated by colons in the file. Lines - starting with a hash sign (#) are + starting with a hash sign (#) are treated as comments. @@ -146,9 +152,9 @@ explained further in the following sections. - + @@ -156,7 +162,7 @@ group - .recordType[.name]: + .recordType[.name]: type @@ -190,7 +196,7 @@ Specifies the Z39.50 database name. - FIXME - now we can have multiple databases in one server. -H + @@ -203,6 +209,7 @@ group of records. If you plan to update/delete this type of records later this should be specified as 1; otherwise it should be 0 (default), to save register space. + See . @@ -222,6 +229,7 @@ + register: register-location @@ -253,7 +261,7 @@ keyTmpDir: directory - Directory in which temporary files used during zebraidx' update + Directory in which temporary files used during zebraidx's update phase are stored. @@ -268,7 +276,7 @@ - profilePath: path + profilePath: path Specifies a path of profile specification files. @@ -297,6 +305,19 @@ Specifies size of internal memory to use for the zebraidx program. The amount is given in megabytes - default is 4 (4 MB). + The more memory, the faster large updates happen, up to about + half the free memory available on the computer. + + + + + tempfiles: Yes/Auto/No + + + Tells zebra if it should use temporary files when indexing. The + default is Auto, in which case zebra uses temporary files only + if it would need more that memMax + megabytes of memory. This should be good for most uses. @@ -307,13 +328,34 @@ Specifies a directory base for Zebra. All relative paths given (in profilePath, register, shadow) are based on this - directory. This setting is useful if if you Zebra server + directory. This setting is useful if your Zebra server is running in a different directory from where zebra.cfg is located. + + @@ -329,8 +371,9 @@ That is, when a client wishes to retrieve a record following a search operation, the files are accessed from the place where you originally put them - if you remove the files (without - running zebraidx again, the client - will receive a diagnostic message. + running zebraidx again, the server will return + diagnostic number 14 (``System error in presenting records'') to + the client. @@ -375,7 +418,7 @@ - profilePath: /usr/local/yaz + profilePath: /usr/local/idzebra/tab attset: bib1.att simple.recordType: text simple.database: textbase @@ -436,7 +479,8 @@ in order to modify the indexes correctly at a later time. - @@ -474,6 +518,7 @@ and then run zebraidx with the update command. +