ISearchResult.HighlightedName

Syntax

HighlightedName: String;

Description

The HighlightedName property returns element name with search results and highlighted search text in it.

Comments

The property value is available if search text is found in the indexed element name with search results. The searched text is framed with the <hlt>...</hlt> tag.

Depending on which type of search service was selected (value of the Type parameter in the ISearchExecutor.CreateContext method), the HighlightedName property returns various names:

Example

The example of use is given in description of the ISearchExecutor.Search method.

See also:

ISearchResult