 | QueryFlagsTfIdf Property |
Determines the calculation method Sphinx uses for the tf–idf (term frequency–inverse document frequency). Default is Normalized. Supported with Sphinx 2.2.1 and up.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic TfIdf TfIdf { get; set; }
Public Property TfIdf As TfIdf
Get
Set
Property Value
Type:
TfIdf
See Also