How to index Japanese content using a publishing template

To optimize the indexing of Japanese content in WebHelp pages, the Lucene Kuromoji Japanese analyzer can be used.

  1. If you haven't already created a Publishing Template, see Working with publishing templates.
  2. Open the template descriptor file associated with your publishing template and add the default.language parameter in the parameters section with its value set to ja-jp.
    <publishing-template>
        ...
        <webhelp>
            ...                
            <parameters>
                <parameter name="default.language" value="ja-jp"/>
            </parameters>
    </webhelp>
  3. Open the DITA Map WebHelp Responsive transformation scenario.
  4. Click the Choose Custom Publishing Template link and select your template.
  5. Click OK to save the changes to the transformation scenario.
  6. Run the transformation scenario.