 | 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.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static float MinTopSortValue()
Public Shared Function MinTopSortValue As Single
Return Value
Type:
SingleThe sort key value of the worst found element in the current top-N matches if sort key is float and 0 otherwise
See Also