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