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

Property Value

Type: Boolean
See Also