HighlightedName: String;
The HighlightedName property returns element name with search results and highlighted search text in it.
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:
On searching by indexed structures of data sources, the property returns name of a particular slice created from dimension element names, which intersection creates a slice.
On searching by indexed metadata of repository objects, the property returns name of indexed repository object.
The example of use is given in description of the ISearchExecutor.Search method.
See also: