 | 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.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic static string PackedFactors()
Public Shared Function PackedFactors As String
Return Value
Type:
StringA string containing the ranking factors.
See Also