FunctionMinTopSortValue Method

Returns the sort key value of the worst found element in the current top-N matches if sort key is float and 0 otherwise.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static float MinTopSortValue()

Return Value

Single
The sort key value of the worst found element in the current top-N matches if sort key is float and 0 otherwise

See Also