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

Property Value

Type: TfIdf
See Also