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