12.8 Highlighter Variables

The following table lists all available highlighter variables that can be used in addition to the global template variables to extend the functionality of the default highlighter template or to create a new template.

For more information about how to implement variables in a template, see Section 13.0, Customizing Your Templates and Search Forms.

Table 12-5 Highlighter Variables

Name

Description

$$BeginMetaDataLoop

Begins a loop used for formatting the meta tags associated with the currently highlighted file. For example, if three meta tags were found, this loop could produce three rows in a table, placing the data from one meta tag in each of the three rows.

See also $$MetaName and $$MetaValue.

$$BeginWordsLoop

Begins a loop that outputs the search terms used to find the current document. Each search term is produced using the colors specified in QuickFinder Server Manager.

See also $$Word.

$$EndMetaDataLoop

Ends the $$BeginMetaDataLoop section.

$$EndWordsLoop

Ends the $$BeginWordsLoop section.

$$MetaName

Name of the metadata tag, such as Title or Description.

$$MetaValue

Lists the values of each of the metadata tags found in a file.

$$Word

Lists all of the words to be highlighted. The words are produced using the colors specified in QuickFinder Server Manager.

See the HighlighterTemplate.html file for an example.