 | SphinxSearchResultTotalFound Property |
Gets the total number of matches found by searchd.
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic int TotalFound { get; }
Public ReadOnly Property TotalFound As Integer
Get
Property Value
Type:
Int32The total number of matches.
See Also