Constructor SearchHighlight
SearchHighlight(string, double, SearchHighlightText[])
Initializes a new instance of the SearchHighlight class.
public SearchHighlight(string path, double score, SearchHighlightText[] texts)
Parameters
path
stringdocument field which returned a match.
score
doubleScore assigned to this result.
texts
SearchHighlightText[]Objects containing the matching text and the surrounding text.