Click or drag to resize

SearchHighlight Constructor

Initializes a new instance of the SearchHighlight class.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public SearchHighlight(
	string path,
	double score,
	SearchHighlightText[] texts
)

Parameters

path
Type: System.String
document field which returned a match.
score
Type: System.Double
Score assigned to this result.
texts
Type:MongoDB.Driver.Search.SearchHighlightText[]
Objects containing the matching text and the surrounding text.
See Also