ISearchMbObjectResult.HighlightedContent

Syntax

HighlightedContent: String;

Description

The HighlightedContent property returns the Document object contents 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 the Document object and the searched value is found in its contents.

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

Example

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

See also:

ISearchMbObjectResult