Click or drag to resize

QueryMetadataTotalFound Property

Gets the total number of matches found for the query.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public long TotalFound { get; }

Property Value

Type: Int64
The total number of matches.
See Also