HighlightedContent: String;
HighlightedContent: String;
The HighlightedContent property returns the Document object content with highlighted search text.
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.
The example of use is given in description of the ISolrMbObjectsSearchContext.NeedDocumentContent proprety.
See also: