 | SphinxSearchResultMatches Property |
Gets a list containing the matches for this result.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IList<SphinxMatch> Matches { get; }
Public ReadOnly Property Matches As IList(Of SphinxMatch)
Get
Property Value
Type:
IListSphinxMatch
See Also