X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fzebraidx.xml;h=24321958a622e49eb4dab9905fc2c4a71e201684;hb=6ee199cf614c4e680d1456783c1908fe5684a7d3;hp=c399dd969206a61b72389c60ac7f4701300863bd;hpb=4fe772289b1ab968655c27b144d08fc69c113fd9;p=idzebra-moved-to-github.git diff --git a/doc/zebraidx.xml b/doc/zebraidx.xml index c399dd9..2432195 100644 --- a/doc/zebraidx.xml +++ b/doc/zebraidx.xml @@ -1,168 +1,44 @@ - + Running the Maintenance Interface (zebraidx) The following is a complete reference to the command line interface to the zebraidx application. - + Syntax + - - $ zebraidx [options] command [directory] ... - + + zebraidx + + + + + + + + + + + + + command + file + - Options: - - - - -t type - - - Update all files as type. Currently, the - types supported are text and - grs.subtype. - If no subtype is provided for the GRS - (General Record Structure) type, the canonical input format - is assumed (see ). - Generally, it is probably advisable to specify the record types - in the zebra.cfg file (see - ), to avoid confusion at - subsequent updates. - - - - - -c config-file - - - Read the configuration file - config-file instead of - zebra.cfg. - - - - - -g group - - - Update the files according to the group - settings for group - (see ). - - - - - -d database - - - The records located should be associated with the database name - database for access through the Z39.50 server. - - - - - - -l file - - - Write log messages to file instead - of stderr. - - - - - - -m mbytes - - - Use mbytes of memory before flushing - keys to background storage. This setting affects performance when - updating large databases. - - - - - -n - - - Disable the use of shadow registers for this operation - (see ). - - - - - -s - - - Show analysis of the indexing process. The maintenance - program works in a read-only mode and doesn't change the state - of the index. This options is very useful when you wish to test a - new profile. - - - - - -V - - - Show Zebra version. - - - - - -v level - - - Set the log level to level. - level should be one of - none, debug, and - all. - - - - - + Commands - - - - update directory - - - Update the register with the files contained in - directory. - If no directory is provided, a list of files is read from - stdin. - See . - - - - - delete directory - - - Remove the records corresponding to the files found under - directory from the register. - - - - - commit - - - Write the changes resulting from the last update - commands to the register. This command is only available if the use of - shadow register files is enabled - (see ). - - - - + &zebraidx-commands; + + + + Options: + &zebraidx-options;