Placement Attributes Style Attributes

Helpset Authoring Wizard 11-15 Figure 11–18 OHJ Authoring Wizard: Finish Helpset Use the following information to enter data in each field of the Finish HelpSet page: When you are done, click Finish to generate the helpset file. Field Description Base Name Specify the base name of the help set. The base name is without the file name extension, and defines the name of control files. For example, if the base name is myproject, the control files are named as myproject.hhc, myproject.hhk, myproject.idx, and so on. Create backup copies Specifies to create backup copies of the updated files. The files are saved with .bak extension. Do not create backup copies Specifies not to create backup copies of the updated files. 11-16 Oracle Fusion Middleware Developers Guide for Oracle Help 12 Using the Text Search Indexer 12-1 12 Using the Text Search Indexer A Java-based text search indexer is included with Oracle Help for Java. The indexer generates the .idx files used for text searches within Oracle Help. Two versions of the Text Search Indexer are provided, one for Japanese content and another for non-Japanese content. This topic contains the following sections: ■ Section 12.1, Java Requirements ■ Section 12.2, Running the Indexer ■ Section 12.3, Running the JapaneseIndexer

12.1 Java Requirements

The Text Search Indexer requires Java5 SE or later. Performance will be greatly enhanced if you leave the Java JIT Just In Time Compiler on. Also ensure that you increase the maximum heap size of the Java Virtual Machine.

12.2 Running the Indexer

Follow these steps to run the indexer: 1. Include the OHJ Indexer JAR file helpindexer-version.jar in your CLASSPATH. 2. Run the indexer from the command prompt. The indexer supports the following command-line arguments: [-l=locale] [-e=charset] dirnameindexfilename where, Argument Description -l=locale The optional but recommended locale parameter is specified using the two-letter ISO 639 language codes and ISO 3166 country codes. The format is language_ COUNTRY or language_COUNTRY_VARIANT. If the locale is not supplied, the system default locale is used.