Click or drag to resize

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.3.0
Syntax
public TfIdf TfIdf { get; set; }

Property Value

Type: TfIdf
See Also