 | 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.4.1
Syntaxpublic bool UseGlobalIdf { get; set; }
Public Property UseGlobalIdf As Boolean
Get
Set
Property Value
Type:
Boolean
See Also