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