Highlight

Searcher.Highlight method

Generates HTML formatted text with highlighted found terms.

public void Highlight(NetworkFoundDocument document, Highlighter highlighter, 
    HighlightOptions options)
Parameter Type Description
document NetworkFoundDocument The found document.
highlighter Highlighter The search result highlighter.
options HighlightOptions The highlight options.

See Also