ISearchMbObjectResult.HighlightedContent

Fore Syntax

HighlightedContent: String;

Fore.NET Syntax

HighlightedContent: String;

Description

The HighlightedContent property returns the Document object content with highlighted search text.

Comments

The property will be available, if on searching the ISolrMbObjectsSearchContext.NeedDocumentContent property is set to True, the current found object is theDocumentand search valued is found in its content.

The search value will be framed with the <hlt>...</hlt> tag.

Example

The example of use is given in description of the ISolrMbObjectsSearchContext.NeedDocumentContent proprety.

See also:

ISearchMbObjectResult