logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jhindexer - JavaHelp command line utility

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.

Name

       jhindexer - JavaHelp command line utility

Options

       -c file
          A configuration file name.

       -db dir
          The  name  of  the database output folder. By default the output folder is named JavaHelpSearch and is
          created in the current folder.

       -locale lang_country_variant
          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).

       -logfile file
          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.

       -nostop words
          Causes stop words to be indexed in the full-text search database.

       -verbose
          Displays verbose messages while processing.

Parameters

       options
          Command-line options.

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

See Also

jhsearch (1)

                                                 June  28, 2007                                     JHINDEXER(1)

Synopsis

jhindexer [ options ] [ file|folder ]

See Also