 | QueryMetadataTotalFound Property |
Gets the total number of matches found for the query.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic long TotalFound { get; }
Public ReadOnly Property TotalFound As Long
Get
Property Value
Type:
Int64The total number of matches.
See Also