X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fadministration.xml;h=51d3025d7c6334ba8f5f96fa63e185dcc4ad4750;hb=518c06f68ffac6658aa792da45282a165b32ca95;hp=2486f703d80677c9aa9bbcfaa60a2a168a238df3;hpb=7d77cebae2b7af01eb7211f4ca9860217b3d32cb;p=idzebra-moved-to-github.git diff --git a/doc/administration.xml b/doc/administration.xml index 2486f70..51d3025 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra @@ -147,6 +147,10 @@ + FIXME - Didn't Adam make something to have multiple databases in multiple dirs... + + + @@ -186,6 +190,7 @@ Specifies the Z39.50 database name. + FIXME - now we can have multiple databases in one server. -H @@ -428,9 +433,12 @@ in the configuration file. In addition, you should set storeKeys to 1, since the Zebra indexer must save additional information about the contents of each record - in order to modify the indices correctly at a later time. + in order to modify the indexes correctly at a later time. + + For example, to update records of group esdd located below @@ -635,19 +643,22 @@ each directory in the order specified and use the next specified directories as needed. The size is an integer followed by a qualifier - code, M for megabytes, + code, + b for bytes, k for kilobytes. + M for megabytes, + G for gigabytes. For instance, if you have allocated two disks for your register, and the first disk is mounted - on /d1 and has 200 MB of free space and the - second, mounted on /d2 has 300 MB, you could + on /d1 and has 2GB of free space and the + second, mounted on /d2 has 3.6 GB, you could put this entry in your configuration file: - register: /d1:200M /d2:300M + register: /d1:2G /d2:3600M @@ -764,14 +775,13 @@ In order to make changes to the system take effect for the users, you'll have to submit a "commit" command after a (sequence of) update operation(s). - You can ask the indexer to commit the changes immediately - after the update operation: - $ zebraidx update /d1/records update /d2/more-records commit + $ zebraidx update /d1/records + $ zebraidx commit @@ -783,7 +793,7 @@ - $ zebraidx -g books update /d1/records update /d2/more-records + $ zebraidx -g books update /d1/records /d2/more-records $ zebraidx -g fun update /d3/fun-records $ zebraidx commit