Click or drag to resize

IFulltextQueryOptionsTDocumentUseGlobalIdf Method

Sets a value indicating whether to use global statistics (frequencies) from the global_idf file for IDF computations, rather than the local index statistics. Supported with Sphinx 2.1.1 and up.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IFulltextQueryOptions<TDocument> UseGlobalIdf(
	bool useGlobalIdf
)

Parameters

useGlobalIdf
Type: SystemBoolean
Whether to use global statistics.

Return Value

Type: IFulltextQueryOptionsTDocument
The current instance.
See Also