Scroll to navigation

JHINDEXER(1) Java Tools JHINDEXER(1)

NAME

jhindexer - JavaHelp command line utility

SYNOPSIS


jhindexer [ options ] [ file | folder ]

PARAMETERS

Command-line options.
JavaHelp system content file. If the argument is a folder, the folder is searched recursively for JavaHelp system content files.

DESCRIPTION

jhindexer creates a full-text search database used by the JavaHelp system full-text search engine to locate matches. You can use the jhsearch command to verify the validity of the database.

OPTIONS

A configuration file name.
The name of the database output folder. By default the output folder is named JavaHelpSearch and is created in the current folder.
The name of the locale as described in java.util.Locale.For example: en_US (English, United States) or en_US_WIN (English, United States, Windows variant).
Captures jhindexer messages in a specified file. You can use this option to preserve jhindexer output on Win32 machines where the console window is dismissed after execution terminates.
Causes stop words to be indexed in the full-text search database.
Displays verbose messages while processing.

SEE ALSO

jhsearch (1)

June 28, 2007