Omni Systems, Inc.

  

Mif2Go User's Guide, Version 33u53

  

Valid HTML 4.01!

 

Made with Mif2Go

10 Generating JavaHelp or Oracle Help  > 10.4 Providing full-text search for JavaHelp / Oracle Help > 10.4.3 Creating a search index for Oracle Help > 10.4.3.2 Creating full-text search for Oracle Help via command line


10.4.3.2 Creating full-text search for Oracle Help via command line

You can run Indexer yourself, from the folder where your helpset file is located. To run Indexer directly from a .bat file, include the following commands:

cd /D path\to\hs

REM The following command must be typed all on one line:

java -mx256m oracle.help.tools.index.Indexer path\to\hs myproj.idx

Paths should be absolute rather than relative. If a path includes spaces, you must enclose it (but not the parameters) in double quotes. Prefix options with a dash ("-") rather than a forward slash.



10 Generating JavaHelp or Oracle Help  > 10.4 Providing full-text search for JavaHelp / Oracle Help > 10.4.3 Creating a search index for Oracle Help > 10.4.3.2 Creating full-text search for Oracle Help via command line