Click or drag to resize

SphinxSearchResultMatches Property

Gets a list containing the matches for this result.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public IList<SphinxMatch> Matches { get; }

Property Value

Type: IListSphinxMatch
See Also