 | 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.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic bool UseGlobalIdf { get; set; }
Public Property UseGlobalIdf As Boolean
Get
Set
Property Value
Type:
Boolean
See Also