X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fadministration.xml;h=2486f703d80677c9aa9bbcfaa60a2a168a238df3;hb=7d77cebae2b7af01eb7211f4ca9860217b3d32cb;hp=b8c1f0428e154579100b4eea3b0d8a0677eecffe;hpb=71e41c3f5146a6f783fbae7e59776bcdd4e3c4c8;p=idzebra-moved-to-github.git diff --git a/doc/administration.xml b/doc/administration.xml index b8c1f04..2486f70 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra @@ -79,7 +79,7 @@ Indexing is a per-record process, in which either insert/modify/delete will occur. Before a record is indexed search keys are extracted from whatever might be the layout the original record (sgml,html,text, etc..). - The Zebra system currently supports two fundamantal types of records: + The Zebra system currently supports two fundamental types of records: structured and simple text. To specify a particular extraction process, use either the command line option -t or specify a @@ -99,7 +99,7 @@ You can edit the configuration file with a normal text editor. - parameter names and values are seperated by colons in the file. Lines + parameter names and values are separated by colons in the file. Lines starting with a hash sign (#) are treated as comments. @@ -318,7 +318,7 @@ Locating Records - The default behaviour of the Zebra system is to reference the + The default behavior of the Zebra system is to reference the records from their original location, i.e. where they were found when you ran zebraidx. That is, when a client wishes to retrieve a record @@ -418,7 +418,7 @@ disk space than simpler indexing methods, but it makes it easier for you to keep the index in sync with a frequently changing set of data. If you combine this system with the safe update - facility (see below), you never have to take your server offline for + facility (see below), you never have to take your server off-line for maintenance or register updating purposes. @@ -472,7 +472,7 @@ Indexing with General Record IDs - When using this method you construct an (almost) arbritrary, internal + When using this method you construct an (almost) arbitrary, internal record key based on the contents of the record itself and other system information. If you have a group of records that explicitly associates an ID with each record, this method is convenient. For example, the @@ -642,8 +642,8 @@ 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 200 MB of free space and the + second, mounted on /d2 has 300 MB, you could put this entry in your configuration file: @@ -658,7 +658,7 @@ your responsibility to ensure that enough space is available, and that other applications do not attempt to use the free space. In a large production system, it is recommended that you allocate one or more - filesystem exclusively to the Zebra register files. + file system exclusively to the Zebra register files.