 | IFulltextQueryOptions<TDocument>.UseGlobalIdf 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.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
SyntaxIFulltextQueryOptions<TDocument> UseGlobalIdf(
bool useGlobalIdf
)
Function UseGlobalIdf (
useGlobalIdf As Boolean
) As IFulltextQueryOptions(Of TDocument)
Parameters
- useGlobalIdf
- Type: System.Boolean
Whether to use global statistics.
Return Value
Type:
IFulltextQueryOptions<TDocument>The current instance.
See Also