IFulltext Query OptionsTDocumentUse Global Idf 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.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The current instance.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IFulltextQueryOptions<TDocument> UseGlobalIdf(
bool useGlobalIdf
)VB
Function UseGlobalIdf (
useGlobalIdf As Boolean
) As IFulltextQueryOptions(Of TDocument)Parameters
- useGlobalIdf Boolean
- Whether to use global statistics.
Return Value
IFulltextQueryOptionsTDocumentThe current instance.