GNU Dico Manual (split by node):   Section:   Chapter:FastBack: Modules   Up: gcide   FastForward: Interface   Contents: Table of ContentsIndex: Concept Index

5.3.1 idxgcide

The idxgcide utility is used by the gcide module to index the GCIDE dictionary. You can start it manually to reindex the database. It can be needed, for example, if you install a modified version of the dictionary. The program is installed in libexecdir. The usage is:

idxgcide [options] dbdir [idxdir]

The only mandatory argument dbdir specifies the name of the directory where the GCIDE dictionary is installed. The optional idxdir argument specifies the directory for the index file, if it differs from dbdir. Available options are:

--debug
-d

Debug lexical analyzer.

--dry-run
-n

Do nothing, but print everything. This implies --verbose.

--verbose
-v

Increase output verbosity. This option can be specified multiple times, each occurrence increasing the verbosity level by one. By default the utility outputs only errors and warnings. At level one, it prints additionally the names of source files that are being indexed at the moment. At level two (the maximum level implemented at the moment) it outputs each headword being indexed along with its location. This is useful only for debugging.

--page-size=number
-p number

Defines the size of index file page. The number specifies the size in bytes. The following case-insensitive suffixes can be used: ‘k’ (‘kb’), ‘m’ (‘mb’) or ‘g’ (‘gb’), specifying kilobytes, megabytes and gigabytes (ouch!) correspondingly.

The default page size is 10240 bytes.

GNU Dico Manual (split by node):   Section:   Chapter:FastBack: Modules   Up: gcide   FastForward: Interface   Contents: Table of ContentsIndex: Concept Index