Click or drag to resize
FunctionPackedFactors Method
Can be used in queries to see all the weighting factors calculated when doing the matching. This function works only if expression ranker is specified and the query is not a full scan, otherwise it will return an error.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static string PackedFactors()

Return Value

Type: String
A string containing the ranking factors.
See Also