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: 3.12.6
Syntax
public IList<SphinxMatch> Matches { get; }

Property Value

Type: IListSphinxMatch
See Also