Click or drag to resize

QueryFlagsUseGlobalIdf Property

Gets or sets a value indicating whether to use global statistics (frequencies) from the global_idf file for IDF computations, rather than the local index statistics.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public bool UseGlobalIdf { get; set; }

Property Value

Type: Boolean
See Also