From 7882c7f8081a096a07f0b9b3160ff53beba8507a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 24 Jun 2013 11:47:49 +0200 Subject: [PATCH] zebraidx man: document check command ZEB-656 and sort list of options. --- doc/zebraidx.xml | 86 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 34 deletions(-) diff --git a/doc/zebraidx.xml b/doc/zebraidx.xml index e908508..b733d5c 100644 --- a/doc/zebraidx.xml +++ b/doc/zebraidx.xml @@ -29,17 +29,17 @@ zebraidx - - + + + + - - - + command file @@ -103,6 +103,14 @@ + check options + + Runs consistency check of register. May take a long time. + Options may be one of quick, + default or full. + + + clean Clean shadow files and "forget" changes. @@ -133,50 +141,46 @@ - -t type + -c config-file - Update all files as type. Currently, the - types supported are text, alvis - and grs.subtype. - Generally, it is probably advisable to specify the record types - in the zebra.cfg file (see - Record Types in the &zebra; manual), - to avoid confusion at subsequent updates. + Read the configuration file + config-file instead of + zebra.cfg. - -c config-file + -d database - Read the configuration file - config-file instead of - zebra.cfg. + The records located should be associated with the database name + database for access through the + &acro.z3950; server. - -g group + -f number - Update the files according to the group - settings for group - (see &zebra; Configuration File in - the &zebra; manual). + Specify how many per-record log lines, zebraidx, should produce during + indexing and during register check (check command). If this option + is not given, a value of 1000 is used. - -d database + -g group - The records located should be associated with the database name - database for access through the &acro.z3950; server. + Update the files according to the group + settings for group + (see &zebra; Configuration File in + the &zebra; manual). - -l file @@ -186,23 +190,22 @@ - - -m mbytes + -L - Use mbytes of memory before flushing - keys to background storage. This setting affects performance when - updating large databases. + Makes zebraidx skip symbolic links. By default, zebraidx follows + them. - -L + -m mbytes - Makes zebraidx skip symbolic links. By default, zebraidx follows - them. + Use mbytes of memory before flushing + keys to background storage. This setting affects performance when + updating large databases. @@ -228,6 +231,21 @@ + -t type + + + Update all files as type. Currently, the + types supported are text, alvis + and grs.subtype. + Generally, it is probably advisable to specify the record types + in the zebra.cfg file (see + Record Types in the &zebra; manual), + to avoid confusion at subsequent updates. + + + + + -V -- 1.7.10.4